#8B9805

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

Shades of Olive #8B9805

Tints of Olive #8B9805

Color information

#8B9805 (or 0x8B9805) is unknown color: approx Olive. HEX triplet: 8B, 98 and 05. RGB value is (139,152,5). Sum of RGB (Red+Green+Blue) = 139+152+5=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9805 is #7467FA. Grayscale: #838383. Windows color (decimal): -7628795 or 366731. OLE color: 366731.

HSL color Cylindrical-coordinate representation of color #8B9805: hue angle of 65.31º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B9805 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1391525-
CMYK0.0900.970.40
HSL65.31º93.63%30.78%-
HSV(B)65.31º96.71%59.61%-
XYZ21.927.964.39-
YUV131.3556.69133.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 152 (59.77% from 255) = 51.35%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=46.96%
G=51.35%
B=1.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13915250.0900.970.4065.3193.6330.78
Hex8B985906128415e1f
Octal21323051101415010113637
Binary10001011100110001011001011000011010001000001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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