#896B00

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

Shades of Olive #896B00

Tints of Olive #896B00

Color information

#896B00 (or 0x896B00) is unknown color: approx Olive. HEX triplet: 89, 6B and 00. RGB value is (137,107,0). Sum of RGB (Red+Green+Blue) = 137+107+0=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #896B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896B00 is #7694FF. Grayscale: #686868. Windows color (decimal): -7771392 or 27529. OLE color: 27529.

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

Color convert

RGB1371070-
CMYK00.2210.46
HSL46.86º100%26.86%-
HSV(B)46.86º100%53.73%-
XYZ15.5715.832.24-
YUV103.7769.44151.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.15%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.15%
G=43.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137107000.2210.4646.8610026.86
Hex896B0016642E2f641b
Octal2111530026144565714433
Binary10001001110101100101101100100101110101111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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