#9B8806

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

Shades of Olive #9B8806

Tints of Olive #9B8806

Color information

#9B8806 (or 0x9B8806) is unknown color: approx Olive. HEX triplet: 9B, 88 and 06. RGB value is (155,136,6). Sum of RGB (Red+Green+Blue) = 155+136+6=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8806 is #6477F9. Grayscale: #7F7F7F. Windows color (decimal): -6584314 or 428187. OLE color: 428187.

HSL color Cylindrical-coordinate representation of color #9B8806: hue angle of 52.35º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B8806 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB1551366-
CMYK00.120.960.39
HSL52.35º92.55%31.57%-
HSV(B)52.35º96.13%60.78%-
XYZ22.3524.593.74-
YUV126.8659.79148.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 6 (2.73% from 255) = 2.02%
R=52.19%
G=45.79%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155136600.120.960.3952.3592.5531.57
Hex9B8860C6027345d20
Octal2332106014140476413540
Binary10011011100010001100110011000001001111101001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8806; }

 p { color: rgb(155,136,6); }

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

<style>
 a { background-color: #9B8806; }

 a { background-color: rgb(155,136,6); }

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

<style>
 span { border-color: #9B8806; }

 span { border-color: rgb(155,136,6); }

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