#897B13

Color #897B13 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #897B13

Tints of Olive #897B13

Color information

#897B13 (or 0x897B13) is unknown color: approx Olive. HEX triplet: 89, 7B and 13. RGB value is (137,123,19). Sum of RGB (Red+Green+Blue) = 137+123+19=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #897B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897B13 is #7684EC. Grayscale: #737373. Windows color (decimal): -7767277 or 1276809. OLE color: 1276809.

HSL color Cylindrical-coordinate representation of color #897B13: hue angle of 52.88º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #897B13 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB13712319-
CMYK00.100.860.46
HSL52.88º75.64%30.59%-
HSV(B)52.88º86.13%53.73%-
XYZ17.5219.533.46-
YUV115.3373.64143.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=49.10%
G=44.09%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371231900.100.860.4652.8875.6430.59
Hex897B130A562E354c1f
Octal21117323012126566511437
Binary10001001111101110011010101010110101110110101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897B13; }

 p { color: rgb(137,123,19); }

 H1.HeaderClassName
 {
   color: #897B13;
 }
 .AnyTagClassName
 {
   color: #897B13;
 }
</style>
background-color css

<style>
 a { background-color: #897B13; }

 a { background-color: rgb(137,123,19); }

 div.DivClassName
 {
   background-color: #897B13;
 }
 .BgClassName
 {
   background-color: #897B13;
 }
</style>
border-color css

<style>
 span { border-color: #897B13; }

 span { border-color: rgb(137,123,19); }

 td.TdClassName
 {
   border-color: #897B13;
 }
 .TagClassName
 {
   border-color: #897B13;
 }
</style>