Shades of Olivetone #717433
Tints of Olivetone #717433
RGB
CMYK
RGB Variations
Color information
#717433 (or 0x717433) is known color: Olivetone. HEX triplet: 71, 74 and 33. RGB value is (113,116,51). Sum of RGB (Red+Green+Blue) = 113+116+51=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #717433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717433 is #8E8BCC. Grayscale: #6B6B6B. Windows color (decimal): -9341901 or 3372145. OLE color: 3372145.
HSL color Cylindrical-coordinate representation of color #717433: hue angle of 62.77º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717433 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 51 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.55 |
| HSL | 62.77º | 0.39% | 0.33% | - |
| HSV(B) | 62.77º | 0.56% | 0.45% | - |
| XYZ | 13.65 | 16.24 | 5.55 | - |
| YUV | 107.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 51 | 0.03 | 0 | 0.56 | 0.55 | 62.77 | 0.39 | 0.33 |
| Hex | 71 | 74 | 33 | 3 | 0 | 38 | 37 | 3F | 27 | 21 |
| Octal | 161 | 164 | 63 | 3 | 0 | 70 | 67 | 77 | 47 | 41 |
| Binary | 1110001 | 1110100 | 110011 | 11 | 0 | 111000 | 110111 | 111111 | 100111 | 100001 |
Color Harmonies of #717433
Complementary color
Monochromatic Colors of #717433
Black with #717433
Text Example
Text Example
White with #717433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717433; }
p { color: rgb(113,116,51); }
H1.HeaderClassName
{
color: #717433;
}
.AnyTagClassName
{
color: #717433;
}
</style>
background-color css
<style>
a { background-color: #717433; }
a { background-color: rgb(113,116,51); }
div.DivClassName
{
background-color: #717433;
}
.BgClassName
{
background-color: #717433;
}
</style>
border-color css
<style>
span { border-color: #717433; }
span { border-color: rgb(113,116,51); }
td.TdClassName
{
border-color: #717433;
}
.TagClassName
{
border-color: #717433;
}
</style>