Shades of Olive #7F910D
Tints of Olive #7F910D
RGB
CMYK
RGB Variations
Color information
#7F910D (or 0x7F910D) is known color: Olive. HEX triplet: 7F, 91 and 0D. RGB value is (127,145,13). Sum of RGB (Red+Green+Blue) = 127+145+13=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #7F910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F910D is #806EF2. Grayscale: #7D7D7D. Windows color (decimal): -8417011 or 889215. OLE color: 889215.
HSL color Cylindrical-coordinate representation of color #7F910D: hue angle of 68.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F910D is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 145 | 13 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.43 |
| HSL | 68.18º | 0.84% | 0.31% | - |
| HSV(B) | 68.18º | 0.91% | 0.57% | - |
| XYZ | 18.95 | 24.79 | 4.17 | - |
| YUV | 124.57 | 65.04 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 13 | 0.12 | 0 | 0.91 | 0.43 | 68.18 | 0.84 | 0.31 |
| Hex | 7F | 91 | D | C | 0 | 5B | 2B | 44 | 54 | 1F |
| Octal | 177 | 221 | 15 | 14 | 0 | 133 | 53 | 104 | 124 | 37 |
| Binary | 1111111 | 10010001 | 1101 | 1100 | 0 | 1011011 | 101011 | 1000100 | 1010100 | 11111 |
Color Harmonies of #7F910D
Complementary color
Monochromatic Colors of #7F910D
Black with #7F910D
Text Example
Text Example
White with #7F910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F910D; }
p { color: rgb(127,145,13); }
H1.HeaderClassName
{
color: #7F910D;
}
.AnyTagClassName
{
color: #7F910D;
}
</style>
background-color css
<style>
a { background-color: #7F910D; }
a { background-color: rgb(127,145,13); }
div.DivClassName
{
background-color: #7F910D;
}
.BgClassName
{
background-color: #7F910D;
}
</style>
border-color css
<style>
span { border-color: #7F910D; }
span { border-color: rgb(127,145,13); }
td.TdClassName
{
border-color: #7F910D;
}
.TagClassName
{
border-color: #7F910D;
}
</style>