#897C02

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

Shades of Olive #897C02

Tints of Olive #897C02

Color information

#897C02 (or 0x897C02) is unknown color: approx Olive. HEX triplet: 89, 7C and 02. RGB value is (137,124,2). Sum of RGB (Red+Green+Blue) = 137+124+2=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #897C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897C02 is #7683FD. Grayscale: #727272. Windows color (decimal): -7767038 or 162953. OLE color: 162953.

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

Color convert

RGB1371242-
CMYK00.090.990.46
HSL54.22º97.12%27.25%-
HSV(B)54.22º98.54%53.73%-
XYZ17.5419.742.94-
YUV113.9864.81144.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 124 (48.83% from 255) = 47.15%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=52.09%
G=47.15%
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
Decimal137124200.090.990.4654.2297.1227.25
Hex897C209632E36611b
Octal2111742011143566614133
Binary10001001111110010010011100011101110110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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