Shades of Olivetone #75781A
Tints of Olivetone #75781A
RGB
CMYK
RGB Variations
Color information
#75781A (or 0x75781A) is known color: Olivetone. HEX triplet: 75, 78 and 1A. RGB value is (117,120,26). Sum of RGB (Red+Green+Blue) = 117+120+26=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #75781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75781A is #8A87E5. Grayscale: #6C6C6C. Windows color (decimal): -9078758 or 1734773. OLE color: 1734773.
HSL color Cylindrical-coordinate representation of color #75781A: hue angle of 61.91º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75781A is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 26 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.53 |
| HSL | 61.91º | 0.64% | 0.29% | - |
| HSV(B) | 61.91º | 0.78% | 0.47% | - |
| XYZ | 14.24 | 17.29 | 3.56 | - |
| YUV | 108.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 26 | 0.02 | 0 | 0.78 | 0.53 | 61.91 | 0.64 | 0.29 |
| Hex | 75 | 78 | 1A | 2 | 0 | 4E | 35 | 3E | 40 | 1D |
| Octal | 165 | 170 | 32 | 2 | 0 | 116 | 65 | 76 | 100 | 35 |
| Binary | 1110101 | 1111000 | 11010 | 10 | 0 | 1001110 | 110101 | 111110 | 1000000 | 11101 |
Color Harmonies of #75781A
Complementary color
Monochromatic Colors of #75781A
Black with #75781A
Text Example
Text Example
White with #75781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75781A; }
p { color: rgb(117,120,26); }
H1.HeaderClassName
{
color: #75781A;
}
.AnyTagClassName
{
color: #75781A;
}
</style>
background-color css
<style>
a { background-color: #75781A; }
a { background-color: rgb(117,120,26); }
div.DivClassName
{
background-color: #75781A;
}
.BgClassName
{
background-color: #75781A;
}
</style>
border-color css
<style>
span { border-color: #75781A; }
span { border-color: rgb(117,120,26); }
td.TdClassName
{
border-color: #75781A;
}
.TagClassName
{
border-color: #75781A;
}
</style>