Shades of Olive #917A07
Tints of Olive #917A07
RGB
CMYK
RGB Variations
Color information
#917A07 (or 0x917A07) is known color: Olive. HEX triplet: 91, 7A and 07. RGB value is (145,122,7). Sum of RGB (Red+Green+Blue) = 145+122+7=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #917A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917A07 is #6E85F8. Grayscale: #747474. Windows color (decimal): -7243257 or 490129. OLE color: 490129.
HSL color Cylindrical-coordinate representation of color #917A07: hue angle of 50º 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 #917A07 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 7 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.43 |
| HSL | 50º | 0.91% | 0.3% | - |
| HSV(B) | 50º | 0.95% | 0.57% | - |
| XYZ | 18.67 | 19.95 | 3.07 | - |
| YUV | 115.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 7 | 0 | 0.16 | 0.95 | 0.43 | 50 | 0.91 | 0.3 |
| Hex | 91 | 7A | 7 | 0 | 10 | 5F | 2B | 32 | 5B | 1E |
| Octal | 221 | 172 | 7 | 0 | 20 | 137 | 53 | 62 | 133 | 36 |
| Binary | 10010001 | 1111010 | 111 | 0 | 10000 | 1011111 | 101011 | 110010 | 1011011 | 11110 |
Color Harmonies of #917A07
Complementary color
Monochromatic Colors of #917A07
Black with #917A07
Text Example
Text Example
White with #917A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A07; }
p { color: rgb(145,122,7); }
H1.HeaderClassName
{
color: #917A07;
}
.AnyTagClassName
{
color: #917A07;
}
</style>
background-color css
<style>
a { background-color: #917A07; }
a { background-color: rgb(145,122,7); }
div.DivClassName
{
background-color: #917A07;
}
.BgClassName
{
background-color: #917A07;
}
</style>
border-color css
<style>
span { border-color: #917A07; }
span { border-color: rgb(145,122,7); }
td.TdClassName
{
border-color: #917A07;
}
.TagClassName
{
border-color: #917A07;
}
</style>