Shades of Christi #779B1E
Tints of Christi #779B1E
RGB
CMYK
RGB Variations
Color information
#779B1E (or 0x779B1E) is known color: Christi. HEX triplet: 77, 9B and 1E. RGB value is (119,155,30). Sum of RGB (Red+Green+Blue) = 119+155+30=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #779B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B1E is #8864E1. Grayscale: #828282. Windows color (decimal): -8938722 or 2005879. OLE color: 2005879.
HSL color Cylindrical-coordinate representation of color #779B1E: hue angle of 77.28º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #779B1E is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 30 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.39 |
| HSL | 77.28º | 0.68% | 0.36% | - |
| HSV(B) | 77.28º | 0.81% | 0.61% | - |
| XYZ | 19.56 | 27.46 | 5.5 | - |
| YUV | 129.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 30 | 0.23 | 0 | 0.81 | 0.39 | 77.28 | 0.68 | 0.36 |
| Hex | 77 | 9B | 1E | 17 | 0 | 51 | 27 | 4D | 44 | 24 |
| Octal | 167 | 233 | 36 | 27 | 0 | 121 | 47 | 115 | 104 | 44 |
| Binary | 1110111 | 10011011 | 11110 | 10111 | 0 | 1010001 | 100111 | 1001101 | 1000100 | 100100 |
Color Harmonies of #779B1E
Complementary color
Monochromatic Colors of #779B1E
Black with #779B1E
Text Example
Text Example
White with #779B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B1E; }
p { color: rgb(119,155,30); }
H1.HeaderClassName
{
color: #779B1E;
}
.AnyTagClassName
{
color: #779B1E;
}
</style>
background-color css
<style>
a { background-color: #779B1E; }
a { background-color: rgb(119,155,30); }
div.DivClassName
{
background-color: #779B1E;
}
.BgClassName
{
background-color: #779B1E;
}
</style>
border-color css
<style>
span { border-color: #779B1E; }
span { border-color: rgb(119,155,30); }
td.TdClassName
{
border-color: #779B1E;
}
.TagClassName
{
border-color: #779B1E;
}
</style>