Shades of Olive Drab #78901C
Tints of Olive Drab #78901C
RGB
CMYK
RGB Variations
Color information
#78901C (or 0x78901C) is known color: Olive Drab. HEX triplet: 78, 90 and 1C. RGB value is (120,144,28). Sum of RGB (Red+Green+Blue) = 120+144+28=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #78901C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78901C is #876FE3. Grayscale: #7C7C7C. Windows color (decimal): -8876004 or 1871992. OLE color: 1871992.
HSL color Cylindrical-coordinate representation of color #78901C: hue angle of 72.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78901C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 28 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.44 |
| HSL | 72.41º | 0.67% | 0.34% | - |
| HSV(B) | 72.41º | 0.81% | 0.56% | - |
| XYZ | 17.93 | 24.02 | 4.79 | - |
| YUV | 123.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 28 | 0.17 | 0 | 0.81 | 0.44 | 72.41 | 0.67 | 0.34 |
| Hex | 78 | 90 | 1C | 11 | 0 | 51 | 2C | 48 | 43 | 22 |
| Octal | 170 | 220 | 34 | 21 | 0 | 121 | 54 | 110 | 103 | 42 |
| Binary | 1111000 | 10010000 | 11100 | 10001 | 0 | 1010001 | 101100 | 1001000 | 1000011 | 100010 |
Color Harmonies of #78901C
Complementary color
Monochromatic Colors of #78901C
Black with #78901C
Text Example
Text Example
White with #78901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78901C; }
p { color: rgb(120,144,28); }
H1.HeaderClassName
{
color: #78901C;
}
.AnyTagClassName
{
color: #78901C;
}
</style>
background-color css
<style>
a { background-color: #78901C; }
a { background-color: rgb(120,144,28); }
div.DivClassName
{
background-color: #78901C;
}
.BgClassName
{
background-color: #78901C;
}
</style>
border-color css
<style>
span { border-color: #78901C; }
span { border-color: rgb(120,144,28); }
td.TdClassName
{
border-color: #78901C;
}
.TagClassName
{
border-color: #78901C;
}
</style>