#897D02

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

Shades of Olive #897D02

Tints of Olive #897D02

Color information

#897D02 (or 0x897D02) is unknown color: approx Olive. HEX triplet: 89, 7D and 02. RGB value is (137,125,2). Sum of RGB (Red+Green+Blue) = 137+125+2=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #897D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D02 is #7682FD. Grayscale: #737373. Windows color (decimal): -7766782 or 163209. OLE color: 163209.

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

Color convert

RGB1371252-
CMYK00.090.990.46
HSL54.67º97.12%27.25%-
HSV(B)54.67º98.54%53.73%-
XYZ17.6619.992.99-
YUV114.5764.48144-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.89%
GREEN value IS 125 (49.22% from 255) = 47.35%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=51.89%
G=47.35%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137125200.090.990.4654.6797.1227.25
Hex897D209632E37611b
Octal2111752011143566714133
Binary10001001111110110010011100011101110110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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