Shades of Olive Drab #77901C
Tints of Olive Drab #77901C
RGB
CMYK
RGB Variations
Color information
#77901C (or 0x77901C) is known color: Olive Drab. HEX triplet: 77, 90 and 1C. RGB value is (119,144,28). Sum of RGB (Red+Green+Blue) = 119+144+28=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #77901C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77901C is #886FE3. Grayscale: #7B7B7B. Windows color (decimal): -8941540 or 1871991. OLE color: 1871991.
HSL color Cylindrical-coordinate representation of color #77901C: hue angle of 72.93º 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 #77901C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 28 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.44 |
| HSL | 72.93º | 0.67% | 0.34% | - |
| HSV(B) | 72.93º | 0.81% | 0.56% | - |
| XYZ | 17.79 | 23.95 | 4.78 | - |
| YUV | 123.3 | 74.22 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 28 | 0.17 | 0 | 0.81 | 0.44 | 72.93 | 0.67 | 0.34 |
| Hex | 77 | 90 | 1C | 11 | 0 | 51 | 2C | 49 | 43 | 22 |
| Octal | 167 | 220 | 34 | 21 | 0 | 121 | 54 | 111 | 103 | 42 |
| Binary | 1110111 | 10010000 | 11100 | 10001 | 0 | 1010001 | 101100 | 1001001 | 1000011 | 100010 |
Color Harmonies of #77901C
Complementary color
Monochromatic Colors of #77901C
Black with #77901C
Text Example
Text Example
White with #77901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77901C; }
p { color: rgb(119,144,28); }
H1.HeaderClassName
{
color: #77901C;
}
.AnyTagClassName
{
color: #77901C;
}
</style>
background-color css
<style>
a { background-color: #77901C; }
a { background-color: rgb(119,144,28); }
div.DivClassName
{
background-color: #77901C;
}
.BgClassName
{
background-color: #77901C;
}
</style>
border-color css
<style>
span { border-color: #77901C; }
span { border-color: rgb(119,144,28); }
td.TdClassName
{
border-color: #77901C;
}
.TagClassName
{
border-color: #77901C;
}
</style>