Shades of Olive #928E02
Tints of Olive #928E02
RGB
CMYK
RGB Variations
Color information
#928E02 (or 0x928E02) is known color: Olive. HEX triplet: 92, 8E and 02. RGB value is (146,142,2). Sum of RGB (Red+Green+Blue) = 146+142+2=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #928E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928E02 is #6D71FD. Grayscale: #7F7F7F. Windows color (decimal): -7172606 or 167570. OLE color: 167570.
HSL color Cylindrical-coordinate representation of color #928E02: hue angle of 58.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #928E02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.43 |
| HSL | 58.33º | 0.97% | 0.29% | - |
| HSV(B) | 58.33º | 0.99% | 0.57% | - |
| XYZ | 21.54 | 25.46 | 3.84 | - |
| YUV | 127.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 2 | 0 | 0.03 | 0.99 | 0.43 | 58.33 | 0.97 | 0.29 |
| Hex | 92 | 8E | 2 | 0 | 3 | 63 | 2B | 3A | 61 | 1D |
| Octal | 222 | 216 | 2 | 0 | 3 | 143 | 53 | 72 | 141 | 35 |
| Binary | 10010010 | 10001110 | 10 | 0 | 11 | 1100011 | 101011 | 111010 | 1100001 | 11101 |
Color Harmonies of #928E02
Complementary color
Monochromatic Colors of #928E02
Black with #928E02
Text Example
Text Example
White with #928E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E02; }
p { color: rgb(146,142,2); }
H1.HeaderClassName
{
color: #928E02;
}
.AnyTagClassName
{
color: #928E02;
}
</style>
background-color css
<style>
a { background-color: #928E02; }
a { background-color: rgb(146,142,2); }
div.DivClassName
{
background-color: #928E02;
}
.BgClassName
{
background-color: #928E02;
}
</style>
border-color css
<style>
span { border-color: #928E02; }
span { border-color: rgb(146,142,2); }
td.TdClassName
{
border-color: #928E02;
}
.TagClassName
{
border-color: #928E02;
}
</style>