#897D0C

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

Shades of Olive #897D0C

Tints of Olive #897D0C

Color information

#897D0C (or 0x897D0C) is unknown color: approx Olive. HEX triplet: 89, 7D and 0C. RGB value is (137,125,12). Sum of RGB (Red+Green+Blue) = 137+125+12=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #897D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D0C is #7682F3. Grayscale: #747474. Windows color (decimal): -7766772 or 818569. OLE color: 818569.

HSL color Cylindrical-coordinate representation of color #897D0C: hue angle of 54.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #897D0C is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB13712512-
CMYK00.090.910.46
HSL54.24º83.89%29.22%-
HSV(B)54.24º91.24%53.73%-
XYZ17.7220.013.28-
YUV115.7169.48143.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 125 (49.22% from 255) = 45.62%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=50%
G=45.62%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371251200.090.910.4654.2483.8929.22
Hex897DC095B2E36541d
Octal21117514011133566612435
Binary1000100111111011100010011011011101110110110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,125,12); }

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

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

 a { background-color: rgb(137,125,12); }

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

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

 span { border-color: rgb(137,125,12); }

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