Shades of Olivetone #747621
Tints of Olivetone #747621
RGB
CMYK
RGB Variations
Color information
#747621 (or 0x747621) is known color: Olivetone. HEX triplet: 74, 76 and 21. RGB value is (116,118,33). Sum of RGB (Red+Green+Blue) = 116+118+33=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #747621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747621 is #8B89DE. Grayscale: #6C6C6C. Windows color (decimal): -9144799 or 2193012. OLE color: 2193012.
HSL color Cylindrical-coordinate representation of color #747621: hue angle of 61.41º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #747621 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 33 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.54 |
| HSL | 61.41º | 0.56% | 0.3% | - |
| HSV(B) | 61.41º | 0.72% | 0.46% | - |
| XYZ | 13.96 | 16.78 | 3.94 | - |
| YUV | 107.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 33 | 0.02 | 0 | 0.72 | 0.54 | 61.41 | 0.56 | 0.3 |
| Hex | 74 | 76 | 21 | 2 | 0 | 48 | 36 | 3D | 38 | 1E |
| Octal | 164 | 166 | 41 | 2 | 0 | 110 | 66 | 75 | 70 | 36 |
| Binary | 1110100 | 1110110 | 100001 | 10 | 0 | 1001000 | 110110 | 111101 | 111000 | 11110 |
Color Harmonies of #747621
Complementary color
Monochromatic Colors of #747621
Black with #747621
Text Example
Text Example
White with #747621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747621; }
p { color: rgb(116,118,33); }
H1.HeaderClassName
{
color: #747621;
}
.AnyTagClassName
{
color: #747621;
}
</style>
background-color css
<style>
a { background-color: #747621; }
a { background-color: rgb(116,118,33); }
div.DivClassName
{
background-color: #747621;
}
.BgClassName
{
background-color: #747621;
}
</style>
border-color css
<style>
span { border-color: #747621; }
span { border-color: rgb(116,118,33); }
td.TdClassName
{
border-color: #747621;
}
.TagClassName
{
border-color: #747621;
}
</style>