#897E00

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

Shades of Olive #897E00

Tints of Olive #897E00

Color information

#897E00 (or 0x897E00) is unknown color: approx Olive. HEX triplet: 89, 7E and 00. RGB value is (137,126,0). Sum of RGB (Red+Green+Blue) = 137+126+0=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #897E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897E00 is #7681FF. Grayscale: #737373. Windows color (decimal): -7766528 or 32393. OLE color: 32393.

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

Color convert

RGB1371260-
CMYK00.0810.46
HSL55.18º100%26.86%-
HSV(B)55.18º100%53.73%-
XYZ17.7820.242.97-
YUV114.9263.14143.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 126 (49.61% from 255) = 47.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.09%
G=47.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137126000.0810.4655.1810026.86
Hex897E008642E37641b
Octal2111760010144566714433
Binary1000100111111100010001100100101110110111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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