Shades of Christi #779B03
Tints of Christi #779B03
RGB
CMYK
RGB Variations
Color information
#779B03 (or 0x779B03) is known color: Christi. HEX triplet: 77, 9B and 03. RGB value is (119,155,3). Sum of RGB (Red+Green+Blue) = 119+155+3=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #779B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779B03 is #8864FC. Grayscale: #7F7F7F. Windows color (decimal): -8938749 or 236407. OLE color: 236407.
HSL color Cylindrical-coordinate representation of color #779B03: hue angle of 74.21º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #779B03 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.39 |
| HSL | 74.21º | 0.96% | 0.31% | - |
| HSV(B) | 74.21º | 0.98% | 0.61% | - |
| XYZ | 19.35 | 27.37 | 4.35 | - |
| YUV | 126.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 3 | 0.23 | 0 | 0.98 | 0.39 | 74.21 | 0.96 | 0.31 |
| Hex | 77 | 9B | 3 | 17 | 0 | 62 | 27 | 4A | 60 | 1F |
| Octal | 167 | 233 | 3 | 27 | 0 | 142 | 47 | 112 | 140 | 37 |
| Binary | 1110111 | 10011011 | 11 | 10111 | 0 | 1100010 | 100111 | 1001010 | 1100000 | 11111 |
Color Harmonies of #779B03
Complementary color
Monochromatic Colors of #779B03
Black with #779B03
Text Example
Text Example
White with #779B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B03; }
p { color: rgb(119,155,3); }
H1.HeaderClassName
{
color: #779B03;
}
.AnyTagClassName
{
color: #779B03;
}
</style>
background-color css
<style>
a { background-color: #779B03; }
a { background-color: rgb(119,155,3); }
div.DivClassName
{
background-color: #779B03;
}
.BgClassName
{
background-color: #779B03;
}
</style>
border-color css
<style>
span { border-color: #779B03; }
span { border-color: rgb(119,155,3); }
td.TdClassName
{
border-color: #779B03;
}
.TagClassName
{
border-color: #779B03;
}
</style>