#897F08

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

Shades of Olive #897F08

Tints of Olive #897F08

Color information

#897F08 (or 0x897F08) is unknown color: approx Olive. HEX triplet: 89, 7F and 08. RGB value is (137,127,8). Sum of RGB (Red+Green+Blue) = 137+127+8=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #897F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897F08 is #7680F7. Grayscale: #747474. Windows color (decimal): -7766264 or 556937. OLE color: 556937.

HSL color Cylindrical-coordinate representation of color #897F08: hue angle of 55.35º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #897F08 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB1371278-
CMYK00.070.940.46
HSL55.35º88.97%28.43%-
HSV(B)55.35º94.16%53.73%-
XYZ17.9520.513.24-
YUV116.4266.81142.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 8 (3.52% from 255) = 2.94%
R=50.37%
G=46.69%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137127800.070.940.4655.3588.9728.43
Hex897F8075E2E37591c
Octal2111771007136566713134
Binary100010011111111100001111011110101110110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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