Shades of Olive #7F920A
Tints of Olive #7F920A
RGB
CMYK
RGB Variations
Color information
#7F920A (or 0x7F920A) is known color: Olive. HEX triplet: 7F, 92 and 0A. RGB value is (127,146,10). Sum of RGB (Red+Green+Blue) = 127+146+10=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #7F920A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F920A is #806DF5. Grayscale: #7D7D7D. Windows color (decimal): -8416758 or 692863. OLE color: 692863.
HSL color Cylindrical-coordinate representation of color #7F920A: hue angle of 68.38º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F920A is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 10 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.43 |
| HSL | 68.38º | 0.87% | 0.31% | - |
| HSV(B) | 68.38º | 0.93% | 0.57% | - |
| XYZ | 19.09 | 25.09 | 4.12 | - |
| YUV | 124.82 | 63.21 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 10 | 0.13 | 0 | 0.93 | 0.43 | 68.38 | 0.87 | 0.31 |
| Hex | 7F | 92 | A | D | 0 | 5D | 2B | 44 | 57 | 1F |
| Octal | 177 | 222 | 12 | 15 | 0 | 135 | 53 | 104 | 127 | 37 |
| Binary | 1111111 | 10010010 | 1010 | 1101 | 0 | 1011101 | 101011 | 1000100 | 1010111 | 11111 |
Color Harmonies of #7F920A
Complementary color
Monochromatic Colors of #7F920A
Black with #7F920A
Text Example
Text Example
White with #7F920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F920A; }
p { color: rgb(127,146,10); }
H1.HeaderClassName
{
color: #7F920A;
}
.AnyTagClassName
{
color: #7F920A;
}
</style>
background-color css
<style>
a { background-color: #7F920A; }
a { background-color: rgb(127,146,10); }
div.DivClassName
{
background-color: #7F920A;
}
.BgClassName
{
background-color: #7F920A;
}
</style>
border-color css
<style>
span { border-color: #7F920A; }
span { border-color: rgb(127,146,10); }
td.TdClassName
{
border-color: #7F920A;
}
.TagClassName
{
border-color: #7F920A;
}
</style>