Shades of Olivetone #74771C
Tints of Olivetone #74771C
RGB
CMYK
RGB Variations
Color information
#74771C (or 0x74771C) is known color: Olivetone. HEX triplet: 74, 77 and 1C. RGB value is (116,119,28). Sum of RGB (Red+Green+Blue) = 116+119+28=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #74771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74771C is #8B88E3. Grayscale: #6C6C6C. Windows color (decimal): -9144548 or 1865588. OLE color: 1865588.
HSL color Cylindrical-coordinate representation of color #74771C: hue angle of 61.98º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74771C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 28 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.53 |
| HSL | 61.98º | 0.62% | 0.29% | - |
| HSV(B) | 61.98º | 0.76% | 0.47% | - |
| XYZ | 14.01 | 16.99 | 3.64 | - |
| YUV | 107.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 28 | 0.03 | 0 | 0.76 | 0.53 | 61.98 | 0.62 | 0.29 |
| Hex | 74 | 77 | 1C | 3 | 0 | 4C | 35 | 3E | 3E | 1D |
| Octal | 164 | 167 | 34 | 3 | 0 | 114 | 65 | 76 | 76 | 35 |
| Binary | 1110100 | 1110111 | 11100 | 11 | 0 | 1001100 | 110101 | 111110 | 111110 | 11101 |
Color Harmonies of #74771C
Complementary color
Monochromatic Colors of #74771C
Black with #74771C
Text Example
Text Example
White with #74771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74771C; }
p { color: rgb(116,119,28); }
H1.HeaderClassName
{
color: #74771C;
}
.AnyTagClassName
{
color: #74771C;
}
</style>
background-color css
<style>
a { background-color: #74771C; }
a { background-color: rgb(116,119,28); }
div.DivClassName
{
background-color: #74771C;
}
.BgClassName
{
background-color: #74771C;
}
</style>
border-color css
<style>
span { border-color: #74771C; }
span { border-color: rgb(116,119,28); }
td.TdClassName
{
border-color: #74771C;
}
.TagClassName
{
border-color: #74771C;
}
</style>