#8B9206

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

Shades of Olive #8B9206

Tints of Olive #8B9206

Color information

#8B9206 (or 0x8B9206) is unknown color: approx Olive. HEX triplet: 8B, 92 and 06. RGB value is (139,146,6). Sum of RGB (Red+Green+Blue) = 139+146+6=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9206 is #746DF9. Grayscale: #808080. Windows color (decimal): -7630330 or 430731. OLE color: 430731.

HSL color Cylindrical-coordinate representation of color #8B9206: hue angle of 63º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B9206 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB1391466-
CMYK0.0500.960.43
HSL63º92.11%29.8%-
HSV(B)63º95.89%57.25%-
XYZ20.9626.064.1-
YUV127.9559.18135.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 146 (57.42% from 255) = 50.17%
BLUE value IS 6 (2.73% from 255) = 2.06%
R=47.77%
G=50.17%
B=2.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13914660.0500.960.436392.1129.8
Hex8B92650602B3f5c1e
Octal213222650140537713436
Binary100010111001001011010101100000101011111111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,146,6); }

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

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

 a { background-color: rgb(139,146,6); }

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

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

 span { border-color: rgb(139,146,6); }

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