Shades of Christi #799B0B
Tints of Christi #799B0B
RGB
CMYK
RGB Variations
Color information
#799B0B (or 0x799B0B) is known color: Christi. HEX triplet: 79, 9B and 0B. RGB value is (121,155,11). Sum of RGB (Red+Green+Blue) = 121+155+11=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #799B0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799B0B is #8664F4. Grayscale: #808080. Windows color (decimal): -8807669 or 760697. OLE color: 760697.
HSL color Cylindrical-coordinate representation of color #799B0B: hue angle of 74.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #799B0B is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 11 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.39 |
| HSL | 74.17º | 0.87% | 0.33% | - |
| HSV(B) | 74.17º | 0.93% | 0.61% | - |
| XYZ | 19.67 | 27.53 | 4.59 | - |
| YUV | 128.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 11 | 0.22 | 0 | 0.93 | 0.39 | 74.17 | 0.87 | 0.33 |
| Hex | 79 | 9B | B | 16 | 0 | 5D | 27 | 4A | 57 | 21 |
| Octal | 171 | 233 | 13 | 26 | 0 | 135 | 47 | 112 | 127 | 41 |
| Binary | 1111001 | 10011011 | 1011 | 10110 | 0 | 1011101 | 100111 | 1001010 | 1010111 | 100001 |
Color Harmonies of #799B0B
Complementary color
Monochromatic Colors of #799B0B
Black with #799B0B
Text Example
Text Example
White with #799B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B0B; }
p { color: rgb(121,155,11); }
H1.HeaderClassName
{
color: #799B0B;
}
.AnyTagClassName
{
color: #799B0B;
}
</style>
background-color css
<style>
a { background-color: #799B0B; }
a { background-color: rgb(121,155,11); }
div.DivClassName
{
background-color: #799B0B;
}
.BgClassName
{
background-color: #799B0B;
}
</style>
border-color css
<style>
span { border-color: #799B0B; }
span { border-color: rgb(121,155,11); }
td.TdClassName
{
border-color: #799B0B;
}
.TagClassName
{
border-color: #799B0B;
}
</style>