Shades of Christi #799A07
Tints of Christi #799A07
RGB
CMYK
RGB Variations
Color information
#799A07 (or 0x799A07) is known color: Christi. HEX triplet: 79, 9A and 07. RGB value is (121,154,7). Sum of RGB (Red+Green+Blue) = 121+154+7=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #799A07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799A07 is #8665F8. Grayscale: #7F7F7F. Windows color (decimal): -8807929 or 498297. OLE color: 498297.
HSL color Cylindrical-coordinate representation of color #799A07: hue angle of 73.47º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #799A07 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 154 | 7 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.40 |
| HSL | 73.47º | 0.91% | 0.32% | - |
| HSV(B) | 73.47º | 0.95% | 0.6% | - |
| XYZ | 19.48 | 27.19 | 4.42 | - |
| YUV | 127.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 7 | 0.21 | 0 | 0.95 | 0.40 | 73.47 | 0.91 | 0.32 |
| Hex | 79 | 9A | 7 | 15 | 0 | 5F | 28 | 49 | 5B | 20 |
| Octal | 171 | 232 | 7 | 25 | 0 | 137 | 50 | 111 | 133 | 40 |
| Binary | 1111001 | 10011010 | 111 | 10101 | 0 | 1011111 | 101000 | 1001001 | 1011011 | 100000 |
Color Harmonies of #799A07
Complementary color
Monochromatic Colors of #799A07
Black with #799A07
Text Example
Text Example
White with #799A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799A07; }
p { color: rgb(121,154,7); }
H1.HeaderClassName
{
color: #799A07;
}
.AnyTagClassName
{
color: #799A07;
}
</style>
background-color css
<style>
a { background-color: #799A07; }
a { background-color: rgb(121,154,7); }
div.DivClassName
{
background-color: #799A07;
}
.BgClassName
{
background-color: #799A07;
}
</style>
border-color css
<style>
span { border-color: #799A07; }
span { border-color: rgb(121,154,7); }
td.TdClassName
{
border-color: #799A07;
}
.TagClassName
{
border-color: #799A07;
}
</style>