Shades of Olive #928702
Tints of Olive #928702
RGB
CMYK
RGB Variations
Color information
#928702 (or 0x928702) is known color: Olive. HEX triplet: 92, 87 and 02. RGB value is (146,135,2). Sum of RGB (Red+Green+Blue) = 146+135+2=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #928702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928702 is #6D78FD. Grayscale: #7B7B7B. Windows color (decimal): -7174398 or 165778. OLE color: 165778.
HSL color Cylindrical-coordinate representation of color #928702: hue angle of 55.42º 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 #928702 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.43 |
| HSL | 55.42º | 0.97% | 0.29% | - |
| HSV(B) | 55.42º | 0.99% | 0.57% | - |
| XYZ | 20.53 | 23.44 | 3.5 | - |
| YUV | 123.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 2 | 0 | 0.08 | 0.99 | 0.43 | 55.42 | 0.97 | 0.29 |
| Hex | 92 | 87 | 2 | 0 | 8 | 63 | 2B | 37 | 61 | 1D |
| Octal | 222 | 207 | 2 | 0 | 10 | 143 | 53 | 67 | 141 | 35 |
| Binary | 10010010 | 10000111 | 10 | 0 | 1000 | 1100011 | 101011 | 110111 | 1100001 | 11101 |
Color Harmonies of #928702
Complementary color
Monochromatic Colors of #928702
Black with #928702
Text Example
Text Example
White with #928702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928702; }
p { color: rgb(146,135,2); }
H1.HeaderClassName
{
color: #928702;
}
.AnyTagClassName
{
color: #928702;
}
</style>
background-color css
<style>
a { background-color: #928702; }
a { background-color: rgb(146,135,2); }
div.DivClassName
{
background-color: #928702;
}
.BgClassName
{
background-color: #928702;
}
</style>
border-color css
<style>
span { border-color: #928702; }
span { border-color: rgb(146,135,2); }
td.TdClassName
{
border-color: #928702;
}
.TagClassName
{
border-color: #928702;
}
</style>