Shades of Olivetone #74771B
Tints of Olivetone #74771B
RGB
CMYK
RGB Variations
Color information
#74771B (or 0x74771B) is known color: Olivetone. HEX triplet: 74, 77 and 1B. RGB value is (116,119,27). Sum of RGB (Red+Green+Blue) = 116+119+27=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #74771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74771B is #8B88E4. Grayscale: #6B6B6B. Windows color (decimal): -9144549 or 1800052. OLE color: 1800052.
HSL color Cylindrical-coordinate representation of color #74771B: hue angle of 61.96º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74771B is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 27 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.53 |
| HSL | 61.96º | 0.63% | 0.29% | - |
| HSV(B) | 61.96º | 0.77% | 0.47% | - |
| XYZ | 14 | 16.99 | 3.58 | - |
| YUV | 107.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 27 | 0.03 | 0 | 0.77 | 0.53 | 61.96 | 0.63 | 0.29 |
| Hex | 74 | 77 | 1B | 3 | 0 | 4D | 35 | 3E | 3F | 1D |
| Octal | 164 | 167 | 33 | 3 | 0 | 115 | 65 | 76 | 77 | 35 |
| Binary | 1110100 | 1110111 | 11011 | 11 | 0 | 1001101 | 110101 | 111110 | 111111 | 11101 |
Color Harmonies of #74771B
Complementary color
Monochromatic Colors of #74771B
Black with #74771B
Text Example
Text Example
White with #74771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74771B; }
p { color: rgb(116,119,27); }
H1.HeaderClassName
{
color: #74771B;
}
.AnyTagClassName
{
color: #74771B;
}
</style>
background-color css
<style>
a { background-color: #74771B; }
a { background-color: rgb(116,119,27); }
div.DivClassName
{
background-color: #74771B;
}
.BgClassName
{
background-color: #74771B;
}
</style>
border-color css
<style>
span { border-color: #74771B; }
span { border-color: rgb(116,119,27); }
td.TdClassName
{
border-color: #74771B;
}
.TagClassName
{
border-color: #74771B;
}
</style>