Shades of Olive #917403
Tints of Olive #917403
RGB
CMYK
RGB Variations
Color information
#917403 (or 0x917403) is known color: Olive. HEX triplet: 91, 74 and 03. RGB value is (145,116,3). Sum of RGB (Red+Green+Blue) = 145+116+3=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #917403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917403 is #6E8BFC. Grayscale: #707070. Windows color (decimal): -7244797 or 226449. OLE color: 226449.
HSL color Cylindrical-coordinate representation of color #917403: hue angle of 47.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #917403 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 116 | 3 | - |
| CMYK | 0 | 0.2 | 0.98 | 0.43 |
| HSL | 47.75º | 0.96% | 0.29% | - |
| HSV(B) | 47.75º | 0.98% | 0.57% | - |
| XYZ | 17.94 | 18.52 | 2.71 | - |
| YUV | 111.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 3 | 0 | 0.2 | 0.98 | 0.43 | 47.75 | 0.96 | 0.29 |
| Hex | 91 | 74 | 3 | 0 | 14 | 62 | 2B | 30 | 60 | 1D |
| Octal | 221 | 164 | 3 | 0 | 24 | 142 | 53 | 60 | 140 | 35 |
| Binary | 10010001 | 1110100 | 11 | 0 | 10100 | 1100010 | 101011 | 110000 | 1100000 | 11101 |
Color Harmonies of #917403
Complementary color
Monochromatic Colors of #917403
Black with #917403
Text Example
Text Example
White with #917403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917403; }
p { color: rgb(145,116,3); }
H1.HeaderClassName
{
color: #917403;
}
.AnyTagClassName
{
color: #917403;
}
</style>
background-color css
<style>
a { background-color: #917403; }
a { background-color: rgb(145,116,3); }
div.DivClassName
{
background-color: #917403;
}
.BgClassName
{
background-color: #917403;
}
</style>
border-color css
<style>
span { border-color: #917403; }
span { border-color: rgb(145,116,3); }
td.TdClassName
{
border-color: #917403;
}
.TagClassName
{
border-color: #917403;
}
</style>