Shades of Olive #928008
Tints of Olive #928008
RGB
CMYK
RGB Variations
Color information
#928008 (or 0x928008) is known color: Olive. HEX triplet: 92, 80 and 08. RGB value is (146,128,8). Sum of RGB (Red+Green+Blue) = 146+128+8=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #928008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928008 is #6D7FF7. Grayscale: #787878. Windows color (decimal): -7176184 or 557202. OLE color: 557202.
HSL color Cylindrical-coordinate representation of color #928008: hue angle of 52.17º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #928008 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 128 | 8 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.43 |
| HSL | 52.17º | 0.9% | 0.3% | - |
| HSV(B) | 52.17º | 0.95% | 0.57% | - |
| XYZ | 19.62 | 21.57 | 3.36 | - |
| YUV | 119.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 8 | 0 | 0.12 | 0.95 | 0.43 | 52.17 | 0.9 | 0.3 |
| Hex | 92 | 80 | 8 | 0 | C | 5F | 2B | 34 | 5A | 1E |
| Octal | 222 | 200 | 10 | 0 | 14 | 137 | 53 | 64 | 132 | 36 |
| Binary | 10010010 | 10000000 | 1000 | 0 | 1100 | 1011111 | 101011 | 110100 | 1011010 | 11110 |
Color Harmonies of #928008
Complementary color
Monochromatic Colors of #928008
Black with #928008
Text Example
Text Example
White with #928008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928008; }
p { color: rgb(146,128,8); }
H1.HeaderClassName
{
color: #928008;
}
.AnyTagClassName
{
color: #928008;
}
</style>
background-color css
<style>
a { background-color: #928008; }
a { background-color: rgb(146,128,8); }
div.DivClassName
{
background-color: #928008;
}
.BgClassName
{
background-color: #928008;
}
</style>
border-color css
<style>
span { border-color: #928008; }
span { border-color: rgb(146,128,8); }
td.TdClassName
{
border-color: #928008;
}
.TagClassName
{
border-color: #928008;
}
</style>