Shades of Christi #799D02
Tints of Christi #799D02
RGB
CMYK
RGB Variations
Color information
#799D02 (or 0x799D02) is known color: Christi. HEX triplet: 79, 9D and 02. RGB value is (121,157,2). Sum of RGB (Red+Green+Blue) = 121+157+2=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #799D02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799D02 is #8662FD. Grayscale: #818181. Windows color (decimal): -8807166 or 171385. OLE color: 171385.
HSL color Cylindrical-coordinate representation of color #799D02: hue angle of 73.94º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #799D02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.38 |
| HSL | 73.94º | 0.97% | 0.31% | - |
| HSV(B) | 73.94º | 0.99% | 0.62% | - |
| XYZ | 19.95 | 28.18 | 4.45 | - |
| YUV | 128.57 | 56.57 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 2 | 0.23 | 0 | 0.99 | 0.38 | 73.94 | 0.97 | 0.31 |
| Hex | 79 | 9D | 2 | 17 | 0 | 63 | 26 | 4A | 61 | 1F |
| Octal | 171 | 235 | 2 | 27 | 0 | 143 | 46 | 112 | 141 | 37 |
| Binary | 1111001 | 10011101 | 10 | 10111 | 0 | 1100011 | 100110 | 1001010 | 1100001 | 11111 |
Color Harmonies of #799D02
Complementary color
Monochromatic Colors of #799D02
Black with #799D02
Text Example
Text Example
White with #799D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D02; }
p { color: rgb(121,157,2); }
H1.HeaderClassName
{
color: #799D02;
}
.AnyTagClassName
{
color: #799D02;
}
</style>
background-color css
<style>
a { background-color: #799D02; }
a { background-color: rgb(121,157,2); }
div.DivClassName
{
background-color: #799D02;
}
.BgClassName
{
background-color: #799D02;
}
</style>
border-color css
<style>
span { border-color: #799D02; }
span { border-color: rgb(121,157,2); }
td.TdClassName
{
border-color: #799D02;
}
.TagClassName
{
border-color: #799D02;
}
</style>