Shades of Olive #917F07
Tints of Olive #917F07
RGB
CMYK
RGB Variations
Color information
#917F07 (or 0x917F07) is known color: Olive. HEX triplet: 91, 7F and 07. RGB value is (145,127,7). Sum of RGB (Red+Green+Blue) = 145+127+7=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #917F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917F07 is #6E80F8. Grayscale: #777777. Windows color (decimal): -7241977 or 491409. OLE color: 491409.
HSL color Cylindrical-coordinate representation of color #917F07: hue angle of 52.17º 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 #917F07 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 7 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.43 |
| HSL | 52.17º | 0.91% | 0.3% | - |
| HSV(B) | 52.17º | 0.95% | 0.57% | - |
| XYZ | 19.3 | 21.21 | 3.28 | - |
| YUV | 118.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 7 | 0 | 0.12 | 0.95 | 0.43 | 52.17 | 0.91 | 0.3 |
| Hex | 91 | 7F | 7 | 0 | C | 5F | 2B | 34 | 5B | 1E |
| Octal | 221 | 177 | 7 | 0 | 14 | 137 | 53 | 64 | 133 | 36 |
| Binary | 10010001 | 1111111 | 111 | 0 | 1100 | 1011111 | 101011 | 110100 | 1011011 | 11110 |
Color Harmonies of #917F07
Complementary color
Monochromatic Colors of #917F07
Black with #917F07
Text Example
Text Example
White with #917F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F07; }
p { color: rgb(145,127,7); }
H1.HeaderClassName
{
color: #917F07;
}
.AnyTagClassName
{
color: #917F07;
}
</style>
background-color css
<style>
a { background-color: #917F07; }
a { background-color: rgb(145,127,7); }
div.DivClassName
{
background-color: #917F07;
}
.BgClassName
{
background-color: #917F07;
}
</style>
border-color css
<style>
span { border-color: #917F07; }
span { border-color: rgb(145,127,7); }
td.TdClassName
{
border-color: #917F07;
}
.TagClassName
{
border-color: #917F07;
}
</style>