#897D00

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

Shades of Olive #897D00

Tints of Olive #897D00

Color information

#897D00 (or 0x897D00) is unknown color: approx Olive. HEX triplet: 89, 7D and 00. RGB value is (137,125,0). Sum of RGB (Red+Green+Blue) = 137+125+0=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #897D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D00 is #7682FF. Grayscale: #727272. Windows color (decimal): -7766784 or 32137. OLE color: 32137.

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

Color convert

RGB1371250-
CMYK00.0910.46
HSL54.74º100%26.86%-
HSV(B)54.74º100%53.73%-
XYZ17.6519.992.93-
YUV114.3463.48144.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 125 (49.22% from 255) = 47.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.29%
G=47.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137125000.0910.4654.7410026.86
Hex897D009642E37641b
Octal2111750011144566714433
Binary1000100111111010010011100100101110110111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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