Shades of Olive Drab #77921C
Tints of Olive Drab #77921C
RGB
CMYK
RGB Variations
Color information
#77921C (or 0x77921C) is known color: Olive Drab. HEX triplet: 77, 92 and 1C. RGB value is (119,146,28). Sum of RGB (Red+Green+Blue) = 119+146+28=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #77921C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77921C is #886DE3. Grayscale: #7C7C7C. Windows color (decimal): -8941028 or 1872503. OLE color: 1872503.
HSL color Cylindrical-coordinate representation of color #77921C: hue angle of 73.73º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77921C is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 146 | 28 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.43 |
| HSL | 73.73º | 0.68% | 0.34% | - |
| HSV(B) | 73.73º | 0.81% | 0.57% | - |
| XYZ | 18.1 | 24.56 | 4.89 | - |
| YUV | 124.48 | 73.55 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 28 | 0.18 | 0 | 0.81 | 0.43 | 73.73 | 0.68 | 0.34 |
| Hex | 77 | 92 | 1C | 12 | 0 | 51 | 2B | 4A | 44 | 22 |
| Octal | 167 | 222 | 34 | 22 | 0 | 121 | 53 | 112 | 104 | 42 |
| Binary | 1110111 | 10010010 | 11100 | 10010 | 0 | 1010001 | 101011 | 1001010 | 1000100 | 100010 |
Color Harmonies of #77921C
Complementary color
Monochromatic Colors of #77921C
Black with #77921C
Text Example
Text Example
White with #77921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77921C; }
p { color: rgb(119,146,28); }
H1.HeaderClassName
{
color: #77921C;
}
.AnyTagClassName
{
color: #77921C;
}
</style>
background-color css
<style>
a { background-color: #77921C; }
a { background-color: rgb(119,146,28); }
div.DivClassName
{
background-color: #77921C;
}
.BgClassName
{
background-color: #77921C;
}
</style>
border-color css
<style>
span { border-color: #77921C; }
span { border-color: rgb(119,146,28); }
td.TdClassName
{
border-color: #77921C;
}
.TagClassName
{
border-color: #77921C;
}
</style>