Shades of Christi #799A1A
Tints of Christi #799A1A
RGB
CMYK
RGB Variations
Color information
#799A1A (or 0x799A1A) is known color: Christi. HEX triplet: 79, 9A and 1A. RGB value is (121,154,26). Sum of RGB (Red+Green+Blue) = 121+154+26=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #799A1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799A1A is #8665E5. Grayscale: #828282. Windows color (decimal): -8807910 or 1743481. OLE color: 1743481.
HSL color Cylindrical-coordinate representation of color #799A1A: hue angle of 75.47º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #799A1A is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 154 | 26 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.40 |
| HSL | 75.47º | 0.71% | 0.35% | - |
| HSV(B) | 75.47º | 0.83% | 0.6% | - |
| XYZ | 19.63 | 27.25 | 5.2 | - |
| YUV | 129.54 | 69.57 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 26 | 0.21 | 0 | 0.83 | 0.40 | 75.47 | 0.71 | 0.35 |
| Hex | 79 | 9A | 1A | 15 | 0 | 53 | 28 | 4B | 47 | 23 |
| Octal | 171 | 232 | 32 | 25 | 0 | 123 | 50 | 113 | 107 | 43 |
| Binary | 1111001 | 10011010 | 11010 | 10101 | 0 | 1010011 | 101000 | 1001011 | 1000111 | 100011 |
Color Harmonies of #799A1A
Complementary color
Monochromatic Colors of #799A1A
Black with #799A1A
Text Example
Text Example
White with #799A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799A1A; }
p { color: rgb(121,154,26); }
H1.HeaderClassName
{
color: #799A1A;
}
.AnyTagClassName
{
color: #799A1A;
}
</style>
background-color css
<style>
a { background-color: #799A1A; }
a { background-color: rgb(121,154,26); }
div.DivClassName
{
background-color: #799A1A;
}
.BgClassName
{
background-color: #799A1A;
}
</style>
border-color css
<style>
span { border-color: #799A1A; }
span { border-color: rgb(121,154,26); }
td.TdClassName
{
border-color: #799A1A;
}
.TagClassName
{
border-color: #799A1A;
}
</style>