Shades of Olive #75780C
Tints of Olive #75780C
RGB
CMYK
RGB Variations
Color information
#75780C (or 0x75780C) is known color: Olive. HEX triplet: 75, 78 and 0C. RGB value is (117,120,12). Sum of RGB (Red+Green+Blue) = 117+120+12=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #75780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75780C is #8A87F3. Grayscale: #6B6B6B. Windows color (decimal): -9078772 or 817269. OLE color: 817269.
HSL color Cylindrical-coordinate representation of color #75780C: hue angle of 61.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75780C is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 12 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.53 |
| HSL | 61.67º | 0.82% | 0.26% | - |
| HSV(B) | 61.67º | 0.9% | 0.47% | - |
| XYZ | 14.12 | 17.24 | 2.93 | - |
| YUV | 106.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 12 | 0.02 | 0 | 0.90 | 0.53 | 61.67 | 0.82 | 0.26 |
| Hex | 75 | 78 | C | 2 | 0 | 5A | 35 | 3E | 52 | 1A |
| Octal | 165 | 170 | 14 | 2 | 0 | 132 | 65 | 76 | 122 | 32 |
| Binary | 1110101 | 1111000 | 1100 | 10 | 0 | 1011010 | 110101 | 111110 | 1010010 | 11010 |
Color Harmonies of #75780C
Complementary color
Monochromatic Colors of #75780C
Black with #75780C
Text Example
Text Example
White with #75780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75780C; }
p { color: rgb(117,120,12); }
H1.HeaderClassName
{
color: #75780C;
}
.AnyTagClassName
{
color: #75780C;
}
</style>
background-color css
<style>
a { background-color: #75780C; }
a { background-color: rgb(117,120,12); }
div.DivClassName
{
background-color: #75780C;
}
.BgClassName
{
background-color: #75780C;
}
</style>
border-color css
<style>
span { border-color: #75780C; }
span { border-color: rgb(117,120,12); }
td.TdClassName
{
border-color: #75780C;
}
.TagClassName
{
border-color: #75780C;
}
</style>