Shades of Olive #9B8A06
Tints of Olive #9B8A06
RGB
CMYK
RGB Variations
Color information
#9B8A06 (or 0x9B8A06) is known color: Olive. HEX triplet: 9B, 8A and 06. RGB value is (155,138,6). Sum of RGB (Red+Green+Blue) = 155+138+6=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8A06 is #6475F9. Grayscale: #808080. Windows color (decimal): -6583802 or 428699. OLE color: 428699.
HSL color Cylindrical-coordinate representation of color #9B8A06: hue angle of 53.15º 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 #9B8A06 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 6 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.39 |
| HSL | 53.15º | 0.93% | 0.32% | - |
| HSV(B) | 53.15º | 0.96% | 0.61% | - |
| XYZ | 22.64 | 25.16 | 3.84 | - |
| YUV | 128.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 6 | 0 | 0.11 | 0.96 | 0.39 | 53.15 | 0.93 | 0.32 |
| Hex | 9B | 8A | 6 | 0 | B | 60 | 27 | 35 | 5D | 20 |
| Octal | 233 | 212 | 6 | 0 | 13 | 140 | 47 | 65 | 135 | 40 |
| Binary | 10011011 | 10001010 | 110 | 0 | 1011 | 1100000 | 100111 | 110101 | 1011101 | 100000 |
Color Harmonies of #9B8A06
Complementary color
Monochromatic Colors of #9B8A06
Black with #9B8A06
Text Example
Text Example
White with #9B8A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A06; }
p { color: rgb(155,138,6); }
H1.HeaderClassName
{
color: #9B8A06;
}
.AnyTagClassName
{
color: #9B8A06;
}
</style>
background-color css
<style>
a { background-color: #9B8A06; }
a { background-color: rgb(155,138,6); }
div.DivClassName
{
background-color: #9B8A06;
}
.BgClassName
{
background-color: #9B8A06;
}
</style>
border-color css
<style>
span { border-color: #9B8A06; }
span { border-color: rgb(155,138,6); }
td.TdClassName
{
border-color: #9B8A06;
}
.TagClassName
{
border-color: #9B8A06;
}
</style>