#897F0B

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

Shades of Olive #897F0B

Tints of Olive #897F0B

Color information

#897F0B (or 0x897F0B) is unknown color: approx Olive. HEX triplet: 89, 7F and 0B. RGB value is (137,127,11). Sum of RGB (Red+Green+Blue) = 137+127+11=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #897F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897F0B is #7680F4. Grayscale: #757575. Windows color (decimal): -7766261 or 753545. OLE color: 753545.

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

Color convert

RGB13712711-
CMYK00.070.920.46
HSL55.24º85.14%29.02%-
HSV(B)55.24º91.97%53.73%-
XYZ17.9720.523.33-
YUV116.7768.31142.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 11 (4.69% from 255) = 4%
R=49.82%
G=46.18%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371271100.070.920.4655.2485.1429.02
Hex897FB075C2E37551d
Octal2111771307134566712535
Binary100010011111111101101111011100101110110111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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