Shades of Olive #917C01
Tints of Olive #917C01
RGB
CMYK
RGB Variations
Color information
#917C01 (or 0x917C01) is known color: Olive. HEX triplet: 91, 7C and 01. RGB value is (145,124,1). Sum of RGB (Red+Green+Blue) = 145+124+1=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #917C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917C01 is #6E83FE. Grayscale: #747474. Windows color (decimal): -7242751 or 97425. OLE color: 97425.
HSL color Cylindrical-coordinate representation of color #917C01: hue angle of 51.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #917C01 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.43 |
| HSL | 51.25º | 0.99% | 0.29% | - |
| HSV(B) | 51.25º | 0.99% | 0.57% | - |
| XYZ | 18.89 | 20.44 | 2.98 | - |
| YUV | 116.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 1 | 0 | 0.14 | 0.99 | 0.43 | 51.25 | 0.99 | 0.29 |
| Hex | 91 | 7C | 1 | 0 | E | 63 | 2B | 33 | 63 | 1D |
| Octal | 221 | 174 | 1 | 0 | 16 | 143 | 53 | 63 | 143 | 35 |
| Binary | 10010001 | 1111100 | 1 | 0 | 1110 | 1100011 | 101011 | 110011 | 1100011 | 11101 |
Color Harmonies of #917C01
Complementary color
Monochromatic Colors of #917C01
Black with #917C01
Text Example
Text Example
White with #917C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C01; }
p { color: rgb(145,124,1); }
H1.HeaderClassName
{
color: #917C01;
}
.AnyTagClassName
{
color: #917C01;
}
</style>
background-color css
<style>
a { background-color: #917C01; }
a { background-color: rgb(145,124,1); }
div.DivClassName
{
background-color: #917C01;
}
.BgClassName
{
background-color: #917C01;
}
</style>
border-color css
<style>
span { border-color: #917C01; }
span { border-color: rgb(145,124,1); }
td.TdClassName
{
border-color: #917C01;
}
.TagClassName
{
border-color: #917C01;
}
</style>