#897E01

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

Shades of Olive #897E01

Tints of Olive #897E01

Color information

#897E01 (or 0x897E01) is unknown color: approx Olive. HEX triplet: 89, 7E and 01. RGB value is (137,126,1). Sum of RGB (Red+Green+Blue) = 137+126+1=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #897E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897E01 is #7681FE. Grayscale: #737373. Windows color (decimal): -7766527 or 97929. OLE color: 97929.

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

Color convert

RGB1371261-
CMYK00.080.990.46
HSL55.15º98.55%27.06%-
HSV(B)55.15º99.27%53.73%-
XYZ17.7820.243-
YUV115.0463.64143.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.89%
GREEN value IS 126 (49.61% from 255) = 47.73%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=51.89%
G=47.73%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137126100.080.990.4655.1598.5527.06
Hex897E108632E37631b
Octal2111761010143566714333
Binary1000100111111101010001100011101110110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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