Shades of Olive #917B08
Tints of Olive #917B08
RGB
CMYK
RGB Variations
Color information
#917B08 (or 0x917B08) is known color: Olive. HEX triplet: 91, 7B and 08. RGB value is (145,123,8). Sum of RGB (Red+Green+Blue) = 145+123+8=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #917B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917B08 is #6E84F7. Grayscale: #747474. Windows color (decimal): -7243000 or 555921. OLE color: 555921.
HSL color Cylindrical-coordinate representation of color #917B08: hue angle of 50.36º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #917B08 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 8 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.43 |
| HSL | 50.36º | 0.9% | 0.3% | - |
| HSV(B) | 50.36º | 0.94% | 0.57% | - |
| XYZ | 18.8 | 20.2 | 3.14 | - |
| YUV | 116.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 8 | 0 | 0.15 | 0.94 | 0.43 | 50.36 | 0.9 | 0.3 |
| Hex | 91 | 7B | 8 | 0 | F | 5E | 2B | 32 | 5A | 1E |
| Octal | 221 | 173 | 10 | 0 | 17 | 136 | 53 | 62 | 132 | 36 |
| Binary | 10010001 | 1111011 | 1000 | 0 | 1111 | 1011110 | 101011 | 110010 | 1011010 | 11110 |
Color Harmonies of #917B08
Complementary color
Monochromatic Colors of #917B08
Black with #917B08
Text Example
Text Example
White with #917B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B08; }
p { color: rgb(145,123,8); }
H1.HeaderClassName
{
color: #917B08;
}
.AnyTagClassName
{
color: #917B08;
}
</style>
background-color css
<style>
a { background-color: #917B08; }
a { background-color: rgb(145,123,8); }
div.DivClassName
{
background-color: #917B08;
}
.BgClassName
{
background-color: #917B08;
}
</style>
border-color css
<style>
span { border-color: #917B08; }
span { border-color: rgb(145,123,8); }
td.TdClassName
{
border-color: #917B08;
}
.TagClassName
{
border-color: #917B08;
}
</style>