Shades of Olive #927C08
Tints of Olive #927C08
RGB
CMYK
RGB Variations
Color information
#927C08 (or 0x927C08) is known color: Olive. HEX triplet: 92, 7C and 08. RGB value is (146,124,8). Sum of RGB (Red+Green+Blue) = 146+124+8=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #927C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C08 is #6D83F7. Grayscale: #757575. Windows color (decimal): -7177208 or 556178. OLE color: 556178.
HSL color Cylindrical-coordinate representation of color #927C08: hue angle of 50.43º 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 #927C08 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 8 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.43 |
| HSL | 50.43º | 0.9% | 0.3% | - |
| HSV(B) | 50.43º | 0.95% | 0.57% | - |
| XYZ | 19.11 | 20.54 | 3.19 | - |
| YUV | 117.35 | 66.29 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 8 | 0 | 0.15 | 0.95 | 0.43 | 50.43 | 0.9 | 0.3 |
| Hex | 92 | 7C | 8 | 0 | F | 5F | 2B | 32 | 5A | 1E |
| Octal | 222 | 174 | 10 | 0 | 17 | 137 | 53 | 62 | 132 | 36 |
| Binary | 10010010 | 1111100 | 1000 | 0 | 1111 | 1011111 | 101011 | 110010 | 1011010 | 11110 |
Color Harmonies of #927C08
Complementary color
Monochromatic Colors of #927C08
Black with #927C08
Text Example
Text Example
White with #927C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C08; }
p { color: rgb(146,124,8); }
H1.HeaderClassName
{
color: #927C08;
}
.AnyTagClassName
{
color: #927C08;
}
</style>
background-color css
<style>
a { background-color: #927C08; }
a { background-color: rgb(146,124,8); }
div.DivClassName
{
background-color: #927C08;
}
.BgClassName
{
background-color: #927C08;
}
</style>
border-color css
<style>
span { border-color: #927C08; }
span { border-color: rgb(146,124,8); }
td.TdClassName
{
border-color: #927C08;
}
.TagClassName
{
border-color: #927C08;
}
</style>