Shades of Olive #928A08
Tints of Olive #928A08
RGB
CMYK
RGB Variations
Color information
#928A08 (or 0x928A08) is known color: Olive. HEX triplet: 92, 8A and 08. RGB value is (146,138,8). Sum of RGB (Red+Green+Blue) = 146+138+8=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #928A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928A08 is #6D75F7. Grayscale: #7E7E7E. Windows color (decimal): -7173624 or 559762. OLE color: 559762.
HSL color Cylindrical-coordinate representation of color #928A08: hue angle of 56.52º 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 #928A08 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 8 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.43 |
| HSL | 56.52º | 0.9% | 0.3% | - |
| HSV(B) | 56.52º | 0.95% | 0.57% | - |
| XYZ | 20.99 | 24.31 | 3.82 | - |
| YUV | 125.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 8 | 0 | 0.05 | 0.95 | 0.43 | 56.52 | 0.9 | 0.3 |
| Hex | 92 | 8A | 8 | 0 | 5 | 5F | 2B | 39 | 5A | 1E |
| Octal | 222 | 212 | 10 | 0 | 5 | 137 | 53 | 71 | 132 | 36 |
| Binary | 10010010 | 10001010 | 1000 | 0 | 101 | 1011111 | 101011 | 111001 | 1011010 | 11110 |
Color Harmonies of #928A08
Complementary color
Monochromatic Colors of #928A08
Black with #928A08
Text Example
Text Example
White with #928A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A08; }
p { color: rgb(146,138,8); }
H1.HeaderClassName
{
color: #928A08;
}
.AnyTagClassName
{
color: #928A08;
}
</style>
background-color css
<style>
a { background-color: #928A08; }
a { background-color: rgb(146,138,8); }
div.DivClassName
{
background-color: #928A08;
}
.BgClassName
{
background-color: #928A08;
}
</style>
border-color css
<style>
span { border-color: #928A08; }
span { border-color: rgb(146,138,8); }
td.TdClassName
{
border-color: #928A08;
}
.TagClassName
{
border-color: #928A08;
}
</style>