Shades of Christi #779B02
Tints of Christi #779B02
RGB
CMYK
RGB Variations
Color information
#779B02 (or 0x779B02) is known color: Christi. HEX triplet: 77, 9B and 02. RGB value is (119,155,2). Sum of RGB (Red+Green+Blue) = 119+155+2=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #779B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779B02 is #8864FD. Grayscale: #7F7F7F. Windows color (decimal): -8938750 or 170871. OLE color: 170871.
HSL color Cylindrical-coordinate representation of color #779B02: hue angle of 74.12º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #779B02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.39 |
| HSL | 74.12º | 0.97% | 0.31% | - |
| HSV(B) | 74.12º | 0.99% | 0.61% | - |
| XYZ | 19.34 | 27.37 | 4.32 | - |
| YUV | 126.79 | 57.57 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 2 | 0.23 | 0 | 0.99 | 0.39 | 74.12 | 0.97 | 0.31 |
| Hex | 77 | 9B | 2 | 17 | 0 | 63 | 27 | 4A | 61 | 1F |
| Octal | 167 | 233 | 2 | 27 | 0 | 143 | 47 | 112 | 141 | 37 |
| Binary | 1110111 | 10011011 | 10 | 10111 | 0 | 1100011 | 100111 | 1001010 | 1100001 | 11111 |
Color Harmonies of #779B02
Complementary color
Monochromatic Colors of #779B02
Black with #779B02
Text Example
Text Example
White with #779B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B02; }
p { color: rgb(119,155,2); }
H1.HeaderClassName
{
color: #779B02;
}
.AnyTagClassName
{
color: #779B02;
}
</style>
background-color css
<style>
a { background-color: #779B02; }
a { background-color: rgb(119,155,2); }
div.DivClassName
{
background-color: #779B02;
}
.BgClassName
{
background-color: #779B02;
}
</style>
border-color css
<style>
span { border-color: #779B02; }
span { border-color: rgb(119,155,2); }
td.TdClassName
{
border-color: #779B02;
}
.TagClassName
{
border-color: #779B02;
}
</style>