#8B9605

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

Shades of Olive #8B9605

Tints of Olive #8B9605

Color information

#8B9605 (or 0x8B9605) is unknown color: approx Olive. HEX triplet: 8B, 96 and 05. RGB value is (139,150,5). Sum of RGB (Red+Green+Blue) = 139+150+5=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #8B9605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9605 is #7469FA. Grayscale: #828282. Windows color (decimal): -7629307 or 366219. OLE color: 366219.

HSL color Cylindrical-coordinate representation of color #8B9605: hue angle of 64.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B9605 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1391505-
CMYK0.0700.970.41
HSL64.55º93.55%30.39%-
HSV(B)64.55º96.67%58.82%-
XYZ21.5827.314.28-
YUV130.1857.36134.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 5 (2.34% from 255) = 1.70%
R=47.28%
G=51.02%
B=1.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13915050.0700.970.4164.5593.5530.39
Hex8B965706129415e1e
Octal2132265701415110113636
Binary1000101110010110101111011000011010011000001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9605; }

 p { color: rgb(139,150,5); }

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

<style>
 a { background-color: #8B9605; }

 a { background-color: rgb(139,150,5); }

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

<style>
 span { border-color: #8B9605; }

 span { border-color: rgb(139,150,5); }

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