#897F0C

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

Shades of Olive #897F0C

Tints of Olive #897F0C

Color information

#897F0C (or 0x897F0C) is unknown color: approx Olive. HEX triplet: 89, 7F and 0C. RGB value is (137,127,12). Sum of RGB (Red+Green+Blue) = 137+127+12=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #897F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897F0C is #7680F3. Grayscale: #757575. Windows color (decimal): -7766260 or 819081. OLE color: 819081.

HSL color Cylindrical-coordinate representation of color #897F0C: hue angle of 55.2º 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 #897F0C is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB13712712-
CMYK00.070.910.46
HSL55.2º83.89%29.22%-
HSV(B)55.2º91.24%53.73%-
XYZ17.9720.523.36-
YUV116.8868.81142.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 127 (50% from 255) = 46.01%
BLUE value IS 12 (5.08% from 255) = 4.35%
R=49.64%
G=46.01%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371271200.070.910.4655.283.8929.22
Hex897FC075B2E37541d
Octal2111771407133566712435
Binary100010011111111110001111011011101110110111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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