Shades of Christi #779D1F
Tints of Christi #779D1F
RGB
CMYK
RGB Variations
Color information
#779D1F (or 0x779D1F) is known color: Christi. HEX triplet: 77, 9D and 1F. RGB value is (119,157,31). Sum of RGB (Red+Green+Blue) = 119+157+31=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #779D1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D1F is #8862E0. Grayscale: #838383. Windows color (decimal): -8938209 or 2071927. OLE color: 2071927.
HSL color Cylindrical-coordinate representation of color #779D1F: hue angle of 78.1º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #779D1F is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 31 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.38 |
| HSL | 78.1º | 0.67% | 0.37% | - |
| HSV(B) | 78.1º | 0.8% | 0.62% | - |
| XYZ | 19.91 | 28.13 | 5.68 | - |
| YUV | 131.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 31 | 0.24 | 0 | 0.80 | 0.38 | 78.1 | 0.67 | 0.37 |
| Hex | 77 | 9D | 1F | 18 | 0 | 50 | 26 | 4E | 43 | 25 |
| Octal | 167 | 235 | 37 | 30 | 0 | 120 | 46 | 116 | 103 | 45 |
| Binary | 1110111 | 10011101 | 11111 | 11000 | 0 | 1010000 | 100110 | 1001110 | 1000011 | 100101 |
Color Harmonies of #779D1F
Complementary color
Monochromatic Colors of #779D1F
Black with #779D1F
Text Example
Text Example
White with #779D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D1F; }
p { color: rgb(119,157,31); }
H1.HeaderClassName
{
color: #779D1F;
}
.AnyTagClassName
{
color: #779D1F;
}
</style>
background-color css
<style>
a { background-color: #779D1F; }
a { background-color: rgb(119,157,31); }
div.DivClassName
{
background-color: #779D1F;
}
.BgClassName
{
background-color: #779D1F;
}
</style>
border-color css
<style>
span { border-color: #779D1F; }
span { border-color: rgb(119,157,31); }
td.TdClassName
{
border-color: #779D1F;
}
.TagClassName
{
border-color: #779D1F;
}
</style>