Shades of Olivetone #74782B
Tints of Olivetone #74782B
RGB
CMYK
RGB Variations
Color information
#74782B (or 0x74782B) is known color: Olivetone. HEX triplet: 74, 78 and 2B. RGB value is (116,120,43). Sum of RGB (Red+Green+Blue) = 116+120+43=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #74782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74782B is #8B87D4. Grayscale: #6E6E6E. Windows color (decimal): -9144277 or 2848884. OLE color: 2848884.
HSL color Cylindrical-coordinate representation of color #74782B: hue angle of 63.12º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74782B is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 43 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.53 |
| HSL | 63.12º | 0.47% | 0.32% | - |
| HSV(B) | 63.12º | 0.64% | 0.47% | - |
| XYZ | 14.35 | 17.32 | 4.87 | - |
| YUV | 110.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 43 | 0.03 | 0 | 0.64 | 0.53 | 63.12 | 0.47 | 0.32 |
| Hex | 74 | 78 | 2B | 3 | 0 | 40 | 35 | 3F | 2F | 20 |
| Octal | 164 | 170 | 53 | 3 | 0 | 100 | 65 | 77 | 57 | 40 |
| Binary | 1110100 | 1111000 | 101011 | 11 | 0 | 1000000 | 110101 | 111111 | 101111 | 100000 |
Color Harmonies of #74782B
Complementary color
Monochromatic Colors of #74782B
Black with #74782B
Text Example
Text Example
White with #74782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74782B; }
p { color: rgb(116,120,43); }
H1.HeaderClassName
{
color: #74782B;
}
.AnyTagClassName
{
color: #74782B;
}
</style>
background-color css
<style>
a { background-color: #74782B; }
a { background-color: rgb(116,120,43); }
div.DivClassName
{
background-color: #74782B;
}
.BgClassName
{
background-color: #74782B;
}
</style>
border-color css
<style>
span { border-color: #74782B; }
span { border-color: rgb(116,120,43); }
td.TdClassName
{
border-color: #74782B;
}
.TagClassName
{
border-color: #74782B;
}
</style>