#896D05

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

Shades of Olive #896D05

Tints of Olive #896D05

Color information

#896D05 (or 0x896D05) is unknown color: approx Olive. HEX triplet: 89, 6D and 05. RGB value is (137,109,5). Sum of RGB (Red+Green+Blue) = 137+109+5=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #896D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896D05 is #7692FA. Grayscale: #696969. Windows color (decimal): -7770875 or 355721. OLE color: 355721.

HSL color Cylindrical-coordinate representation of color #896D05: hue angle of 47.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #896D05 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1371095-
CMYK00.200.960.46
HSL47.27º92.96%27.84%-
HSV(B)47.27º96.35%53.73%-
XYZ15.8116.272.45-
YUV105.5271.28150.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 109 (42.97% from 255) = 43.43%
BLUE value IS 5 (2.34% from 255) = 1.99%
R=54.58%
G=43.43%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137109500.200.960.4647.2792.9627.84
Hex896D5014602E2f5d1c
Octal2111555024140565713534
Binary1000100111011011010101001100000101110101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896D05; }

 p { color: rgb(137,109,5); }

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

<style>
 a { background-color: #896D05; }

 a { background-color: rgb(137,109,5); }

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

<style>
 span { border-color: #896D05; }

 span { border-color: rgb(137,109,5); }

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