Shades of Olivetone #75781D
Tints of Olivetone #75781D
RGB
CMYK
RGB Variations
Color information
#75781D (or 0x75781D) is known color: Olivetone. HEX triplet: 75, 78 and 1D. RGB value is (117,120,29). Sum of RGB (Red+Green+Blue) = 117+120+29=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #75781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75781D is #8A87E2. Grayscale: #6D6D6D. Windows color (decimal): -9078755 or 1931381. OLE color: 1931381.
HSL color Cylindrical-coordinate representation of color #75781D: hue angle of 61.98º degrees, saturation: 0.61, 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 #75781D is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 29 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.53 |
| HSL | 61.98º | 0.61% | 0.29% | - |
| HSV(B) | 61.98º | 0.76% | 0.47% | - |
| XYZ | 14.27 | 17.3 | 3.75 | - |
| YUV | 108.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 29 | 0.02 | 0 | 0.76 | 0.53 | 61.98 | 0.61 | 0.29 |
| Hex | 75 | 78 | 1D | 2 | 0 | 4C | 35 | 3E | 3D | 1D |
| Octal | 165 | 170 | 35 | 2 | 0 | 114 | 65 | 76 | 75 | 35 |
| Binary | 1110101 | 1111000 | 11101 | 10 | 0 | 1001100 | 110101 | 111110 | 111101 | 11101 |
Color Harmonies of #75781D
Complementary color
Monochromatic Colors of #75781D
Black with #75781D
Text Example
Text Example
White with #75781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75781D; }
p { color: rgb(117,120,29); }
H1.HeaderClassName
{
color: #75781D;
}
.AnyTagClassName
{
color: #75781D;
}
</style>
background-color css
<style>
a { background-color: #75781D; }
a { background-color: rgb(117,120,29); }
div.DivClassName
{
background-color: #75781D;
}
.BgClassName
{
background-color: #75781D;
}
</style>
border-color css
<style>
span { border-color: #75781D; }
span { border-color: rgb(117,120,29); }
td.TdClassName
{
border-color: #75781D;
}
.TagClassName
{
border-color: #75781D;
}
</style>