Shades of Olivetone #74761F
Tints of Olivetone #74761F
RGB
CMYK
RGB Variations
Color information
#74761F (or 0x74761F) is known color: Olivetone. HEX triplet: 74, 76 and 1F. RGB value is (116,118,31). Sum of RGB (Red+Green+Blue) = 116+118+31=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #74761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74761F is #8B89E0. Grayscale: #6B6B6B. Windows color (decimal): -9144801 or 2061940. OLE color: 2061940.
HSL color Cylindrical-coordinate representation of color #74761F: hue angle of 61.38º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74761F is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 31 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.54 |
| HSL | 61.38º | 0.58% | 0.29% | - |
| HSV(B) | 61.38º | 0.74% | 0.46% | - |
| XYZ | 13.93 | 16.77 | 3.8 | - |
| YUV | 107.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 31 | 0.02 | 0 | 0.74 | 0.54 | 61.38 | 0.58 | 0.29 |
| Hex | 74 | 76 | 1F | 2 | 0 | 4A | 36 | 3D | 3A | 1D |
| Octal | 164 | 166 | 37 | 2 | 0 | 112 | 66 | 75 | 72 | 35 |
| Binary | 1110100 | 1110110 | 11111 | 10 | 0 | 1001010 | 110110 | 111101 | 111010 | 11101 |
Color Harmonies of #74761F
Complementary color
Monochromatic Colors of #74761F
Black with #74761F
Text Example
Text Example
White with #74761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74761F; }
p { color: rgb(116,118,31); }
H1.HeaderClassName
{
color: #74761F;
}
.AnyTagClassName
{
color: #74761F;
}
</style>
background-color css
<style>
a { background-color: #74761F; }
a { background-color: rgb(116,118,31); }
div.DivClassName
{
background-color: #74761F;
}
.BgClassName
{
background-color: #74761F;
}
</style>
border-color css
<style>
span { border-color: #74761F; }
span { border-color: rgb(116,118,31); }
td.TdClassName
{
border-color: #74761F;
}
.TagClassName
{
border-color: #74761F;
}
</style>