Shades of Dark Olive Green #60782C
Tints of Dark Olive Green #60782C
RGB
CMYK
RGB Variations
Color information
#60782C (or 0x60782C) is known color: Dark Olive Green. HEX triplet: 60, 78 and 2C. RGB value is (96,120,44). Sum of RGB (Red+Green+Blue) = 96+120+44=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #60782C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60782C is #9F87D3. Grayscale: #686868. Windows color (decimal): -10454996 or 2914400. OLE color: 2914400.
HSL color Cylindrical-coordinate representation of color #60782C: hue angle of 78.95º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60782C is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 44 | - |
| CMYK | 0.2 | 0 | 0.63 | 0.53 |
| HSL | 78.95º | 0.46% | 0.32% | - |
| HSV(B) | 78.95º | 0.63% | 0.47% | - |
| XYZ | 11.99 | 16.1 | 4.86 | - |
| YUV | 104.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 44 | 0.2 | 0 | 0.63 | 0.53 | 78.95 | 0.46 | 0.32 |
| Hex | 60 | 78 | 2C | 14 | 0 | 3F | 35 | 4F | 2E | 20 |
| Octal | 140 | 170 | 54 | 24 | 0 | 77 | 65 | 117 | 56 | 40 |
| Binary | 1100000 | 1111000 | 101100 | 10100 | 0 | 111111 | 110101 | 1001111 | 101110 | 100000 |
Color Harmonies of #60782C
Complementary color
Monochromatic Colors of #60782C
Black with #60782C
Text Example
Text Example
White with #60782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60782C; }
p { color: rgb(96,120,44); }
H1.HeaderClassName
{
color: #60782C;
}
.AnyTagClassName
{
color: #60782C;
}
</style>
background-color css
<style>
a { background-color: #60782C; }
a { background-color: rgb(96,120,44); }
div.DivClassName
{
background-color: #60782C;
}
.BgClassName
{
background-color: #60782C;
}
</style>
border-color css
<style>
span { border-color: #60782C; }
span { border-color: rgb(96,120,44); }
td.TdClassName
{
border-color: #60782C;
}
.TagClassName
{
border-color: #60782C;
}
</style>