#897E10

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

Shades of Olive #897E10

Tints of Olive #897E10

Color information

#897E10 (or 0x897E10) is unknown color: approx Olive. HEX triplet: 89, 7E and 10. RGB value is (137,126,16). Sum of RGB (Red+Green+Blue) = 137+126+16=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #897E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897E10 is #7681EF. Grayscale: #757575. Windows color (decimal): -7766512 or 1080969. OLE color: 1080969.

HSL color Cylindrical-coordinate representation of color #897E10: hue angle of 54.55º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #897E10 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB13712616-
CMYK00.080.880.46
HSL54.55º79.08%30%-
HSV(B)54.55º88.32%53.73%-
XYZ17.8720.283.46-
YUV116.7571.14142.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 126 (49.61% from 255) = 45.16%
BLUE value IS 16 (6.64% from 255) = 5.73%
R=49.10%
G=45.16%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371261600.080.880.4654.5579.0830
Hex897E1008582E374f1e
Octal21117620010130566711736
Binary10001001111111010000010001011000101110110111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,126,16); }

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

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

 a { background-color: rgb(137,126,16); }

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

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

 span { border-color: rgb(137,126,16); }

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