Shades of Olivetone #74771A
Tints of Olivetone #74771A
RGB
CMYK
RGB Variations
Color information
#74771A (or 0x74771A) is known color: Olivetone. HEX triplet: 74, 77 and 1A. RGB value is (116,119,26). Sum of RGB (Red+Green+Blue) = 116+119+26=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #74771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74771A is #8B88E5. Grayscale: #6B6B6B. Windows color (decimal): -9144550 or 1734516. OLE color: 1734516.
HSL color Cylindrical-coordinate representation of color #74771A: hue angle of 61.94º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74771A is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 26 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.53 |
| HSL | 61.94º | 0.64% | 0.28% | - |
| HSV(B) | 61.94º | 0.78% | 0.47% | - |
| XYZ | 13.99 | 16.98 | 3.52 | - |
| YUV | 107.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 26 | 0.03 | 0 | 0.78 | 0.53 | 61.94 | 0.64 | 0.28 |
| Hex | 74 | 77 | 1A | 3 | 0 | 4E | 35 | 3E | 40 | 1C |
| Octal | 164 | 167 | 32 | 3 | 0 | 116 | 65 | 76 | 100 | 34 |
| Binary | 1110100 | 1110111 | 11010 | 11 | 0 | 1001110 | 110101 | 111110 | 1000000 | 11100 |
Color Harmonies of #74771A
Complementary color
Monochromatic Colors of #74771A
Black with #74771A
Text Example
Text Example
White with #74771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74771A; }
p { color: rgb(116,119,26); }
H1.HeaderClassName
{
color: #74771A;
}
.AnyTagClassName
{
color: #74771A;
}
</style>
background-color css
<style>
a { background-color: #74771A; }
a { background-color: rgb(116,119,26); }
div.DivClassName
{
background-color: #74771A;
}
.BgClassName
{
background-color: #74771A;
}
</style>
border-color css
<style>
span { border-color: #74771A; }
span { border-color: rgb(116,119,26); }
td.TdClassName
{
border-color: #74771A;
}
.TagClassName
{
border-color: #74771A;
}
</style>