Shades of Olive #917B07
Tints of Olive #917B07
RGB
CMYK
RGB Variations
Color information
#917B07 (or 0x917B07) is known color: Olive. HEX triplet: 91, 7B and 07. RGB value is (145,123,7). Sum of RGB (Red+Green+Blue) = 145+123+7=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #917B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917B07 is #6E84F8. Grayscale: #747474. Windows color (decimal): -7243001 or 490385. OLE color: 490385.
HSL color Cylindrical-coordinate representation of color #917B07: hue angle of 50.43º 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 #917B07 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 7 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.43 |
| HSL | 50.43º | 0.91% | 0.3% | - |
| HSV(B) | 50.43º | 0.95% | 0.57% | - |
| XYZ | 18.8 | 20.2 | 3.11 | - |
| YUV | 116.35 | 66.29 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 7 | 0 | 0.15 | 0.95 | 0.43 | 50.43 | 0.91 | 0.3 |
| Hex | 91 | 7B | 7 | 0 | F | 5F | 2B | 32 | 5B | 1E |
| Octal | 221 | 173 | 7 | 0 | 17 | 137 | 53 | 62 | 133 | 36 |
| Binary | 10010001 | 1111011 | 111 | 0 | 1111 | 1011111 | 101011 | 110010 | 1011011 | 11110 |
Color Harmonies of #917B07
Complementary color
Monochromatic Colors of #917B07
Black with #917B07
Text Example
Text Example
White with #917B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B07; }
p { color: rgb(145,123,7); }
H1.HeaderClassName
{
color: #917B07;
}
.AnyTagClassName
{
color: #917B07;
}
</style>
background-color css
<style>
a { background-color: #917B07; }
a { background-color: rgb(145,123,7); }
div.DivClassName
{
background-color: #917B07;
}
.BgClassName
{
background-color: #917B07;
}
</style>
border-color css
<style>
span { border-color: #917B07; }
span { border-color: rgb(145,123,7); }
td.TdClassName
{
border-color: #917B07;
}
.TagClassName
{
border-color: #917B07;
}
</style>