Shades of Christi #799D0D
Tints of Christi #799D0D
RGB
CMYK
RGB Variations
Color information
#799D0D (or 0x799D0D) is known color: Christi. HEX triplet: 79, 9D and 0D. RGB value is (121,157,13). Sum of RGB (Red+Green+Blue) = 121+157+13=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #799D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799D0D is #8662F2. Grayscale: #828282. Windows color (decimal): -8807155 or 892281. OLE color: 892281.
HSL color Cylindrical-coordinate representation of color #799D0D: hue angle of 75º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #799D0D is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 13 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.38 |
| HSL | 75º | 0.85% | 0.33% | - |
| HSV(B) | 75º | 0.92% | 0.62% | - |
| XYZ | 20.01 | 28.21 | 4.77 | - |
| YUV | 129.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 13 | 0.23 | 0 | 0.92 | 0.38 | 75 | 0.85 | 0.33 |
| Hex | 79 | 9D | D | 17 | 0 | 5C | 26 | 4B | 55 | 21 |
| Octal | 171 | 235 | 15 | 27 | 0 | 134 | 46 | 113 | 125 | 41 |
| Binary | 1111001 | 10011101 | 1101 | 10111 | 0 | 1011100 | 100110 | 1001011 | 1010101 | 100001 |
Color Harmonies of #799D0D
Complementary color
Monochromatic Colors of #799D0D
Black with #799D0D
Text Example
Text Example
White with #799D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D0D; }
p { color: rgb(121,157,13); }
H1.HeaderClassName
{
color: #799D0D;
}
.AnyTagClassName
{
color: #799D0D;
}
</style>
background-color css
<style>
a { background-color: #799D0D; }
a { background-color: rgb(121,157,13); }
div.DivClassName
{
background-color: #799D0D;
}
.BgClassName
{
background-color: #799D0D;
}
</style>
border-color css
<style>
span { border-color: #799D0D; }
span { border-color: rgb(121,157,13); }
td.TdClassName
{
border-color: #799D0D;
}
.TagClassName
{
border-color: #799D0D;
}
</style>