Shades of Olive #8B8402
Tints of Olive #8B8402
RGB
CMYK
RGB Variations
Color information
#8B8402 (or 0x8B8402) is known color: Olive. HEX triplet: 8B, 84 and 02. RGB value is (139,132,2). Sum of RGB (Red+Green+Blue) = 139+132+2=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8402 is #747BFD. Grayscale: #777777. Windows color (decimal): -7633918 or 165003. OLE color: 165003.
HSL color Cylindrical-coordinate representation of color #8B8402: hue angle of 56.93º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B8402 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.45 |
| HSL | 56.93º | 0.97% | 0.28% | - |
| HSV(B) | 56.93º | 0.99% | 0.55% | - |
| XYZ | 18.91 | 22 | 3.31 | - |
| YUV | 119.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 2 | 0 | 0.05 | 0.99 | 0.45 | 56.93 | 0.97 | 0.28 |
| Hex | 8B | 84 | 2 | 0 | 5 | 63 | 2D | 39 | 61 | 1C |
| Octal | 213 | 204 | 2 | 0 | 5 | 143 | 55 | 71 | 141 | 34 |
| Binary | 10001011 | 10000100 | 10 | 0 | 101 | 1100011 | 101101 | 111001 | 1100001 | 11100 |
Color Harmonies of #8B8402
Complementary color
Monochromatic Colors of #8B8402
Black with #8B8402
Text Example
Text Example
White with #8B8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8402; }
p { color: rgb(139,132,2); }
H1.HeaderClassName
{
color: #8B8402;
}
.AnyTagClassName
{
color: #8B8402;
}
</style>
background-color css
<style>
a { background-color: #8B8402; }
a { background-color: rgb(139,132,2); }
div.DivClassName
{
background-color: #8B8402;
}
.BgClassName
{
background-color: #8B8402;
}
</style>
border-color css
<style>
span { border-color: #8B8402; }
span { border-color: rgb(139,132,2); }
td.TdClassName
{
border-color: #8B8402;
}
.TagClassName
{
border-color: #8B8402;
}
</style>