#897809

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

Shades of Olive #897809

Tints of Olive #897809

Color information

#897809 (or 0x897809) is unknown color: approx Olive. HEX triplet: 89, 78 and 09. RGB value is (137,120,9). Sum of RGB (Red+Green+Blue) = 137+120+9=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #897809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897809 is #7687F6. Grayscale: #707070. Windows color (decimal): -7768055 or 620681. OLE color: 620681.

HSL color Cylindrical-coordinate representation of color #897809: hue angle of 52.03º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #897809 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1371209-
CMYK00.120.930.46
HSL52.03º87.67%28.63%-
HSV(B)52.03º93.43%53.73%-
XYZ17.0818.772.98-
YUV112.4369.63145.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 9 (3.91% from 255) = 3.38%
R=51.50%
G=45.11%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137120900.120.930.4652.0387.6728.63
Hex897890C5D2E34581d
Octal21117011014135566413035
Binary1000100111110001001011001011101101110110100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897809; }

 p { color: rgb(137,120,9); }

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

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

 a { background-color: rgb(137,120,9); }

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

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

 span { border-color: rgb(137,120,9); }

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