Shades of Olive #927A07
Tints of Olive #927A07
RGB
CMYK
RGB Variations
Color information
#927A07 (or 0x927A07) is known color: Olive. HEX triplet: 92, 7A and 07. RGB value is (146,122,7). Sum of RGB (Red+Green+Blue) = 146+122+7=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #927A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927A07 is #6D85F8. Grayscale: #747474. Windows color (decimal): -7177721 or 490130. OLE color: 490130.
HSL color Cylindrical-coordinate representation of color #927A07: hue angle of 49.64º degrees, saturation: 0.91, 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 #927A07 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 7 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.43 |
| HSL | 49.64º | 0.91% | 0.3% | - |
| HSV(B) | 49.64º | 0.95% | 0.57% | - |
| XYZ | 18.85 | 20.05 | 3.08 | - |
| YUV | 116.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 7 | 0 | 0.16 | 0.95 | 0.43 | 49.64 | 0.91 | 0.3 |
| Hex | 92 | 7A | 7 | 0 | 10 | 5F | 2B | 32 | 5B | 1E |
| Octal | 222 | 172 | 7 | 0 | 20 | 137 | 53 | 62 | 133 | 36 |
| Binary | 10010010 | 1111010 | 111 | 0 | 10000 | 1011111 | 101011 | 110010 | 1011011 | 11110 |
Color Harmonies of #927A07
Complementary color
Monochromatic Colors of #927A07
Black with #927A07
Text Example
Text Example
White with #927A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A07; }
p { color: rgb(146,122,7); }
H1.HeaderClassName
{
color: #927A07;
}
.AnyTagClassName
{
color: #927A07;
}
</style>
background-color css
<style>
a { background-color: #927A07; }
a { background-color: rgb(146,122,7); }
div.DivClassName
{
background-color: #927A07;
}
.BgClassName
{
background-color: #927A07;
}
</style>
border-color css
<style>
span { border-color: #927A07; }
span { border-color: rgb(146,122,7); }
td.TdClassName
{
border-color: #927A07;
}
.TagClassName
{
border-color: #927A07;
}
</style>