Shades of Christi #779B1C
Tints of Christi #779B1C
RGB
CMYK
RGB Variations
Color information
#779B1C (or 0x779B1C) is known color: Christi. HEX triplet: 77, 9B and 1C. RGB value is (119,155,28). Sum of RGB (Red+Green+Blue) = 119+155+28=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #779B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B1C is #8864E3. Grayscale: #828282. Windows color (decimal): -8938724 or 1874807. OLE color: 1874807.
HSL color Cylindrical-coordinate representation of color #779B1C: hue angle of 77.01º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #779B1C is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 28 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.39 |
| HSL | 77.01º | 0.69% | 0.36% | - |
| HSV(B) | 77.01º | 0.82% | 0.61% | - |
| XYZ | 19.54 | 27.45 | 5.37 | - |
| YUV | 129.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 28 | 0.23 | 0 | 0.82 | 0.39 | 77.01 | 0.69 | 0.36 |
| Hex | 77 | 9B | 1C | 17 | 0 | 52 | 27 | 4D | 45 | 24 |
| Octal | 167 | 233 | 34 | 27 | 0 | 122 | 47 | 115 | 105 | 44 |
| Binary | 1110111 | 10011011 | 11100 | 10111 | 0 | 1010010 | 100111 | 1001101 | 1000101 | 100100 |
Color Harmonies of #779B1C
Complementary color
Monochromatic Colors of #779B1C
Black with #779B1C
Text Example
Text Example
White with #779B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B1C; }
p { color: rgb(119,155,28); }
H1.HeaderClassName
{
color: #779B1C;
}
.AnyTagClassName
{
color: #779B1C;
}
</style>
background-color css
<style>
a { background-color: #779B1C; }
a { background-color: rgb(119,155,28); }
div.DivClassName
{
background-color: #779B1C;
}
.BgClassName
{
background-color: #779B1C;
}
</style>
border-color css
<style>
span { border-color: #779B1C; }
span { border-color: rgb(119,155,28); }
td.TdClassName
{
border-color: #779B1C;
}
.TagClassName
{
border-color: #779B1C;
}
</style>