Shades of Christi #729F0A
Tints of Christi #729F0A
RGB
CMYK
RGB Variations
Color information
#729F0A (or 0x729F0A) is known color: Christi. HEX triplet: 72, 9F and 0A. RGB value is (114,159,10). Sum of RGB (Red+Green+Blue) = 114+159+10=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #729F0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729F0A is #8D60F5. Grayscale: #818181. Windows color (decimal): -9265398 or 696178. OLE color: 696178.
HSL color Cylindrical-coordinate representation of color #729F0A: hue angle of 78.12º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #729F0A is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 159 | 10 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.38 |
| HSL | 78.12º | 0.88% | 0.33% | - |
| HSV(B) | 78.12º | 0.94% | 0.62% | - |
| XYZ | 19.39 | 28.4 | 4.75 | - |
| YUV | 128.56 | 61.09 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 10 | 0.28 | 0 | 0.94 | 0.38 | 78.12 | 0.88 | 0.33 |
| Hex | 72 | 9F | A | 1C | 0 | 5E | 26 | 4E | 58 | 21 |
| Octal | 162 | 237 | 12 | 34 | 0 | 136 | 46 | 116 | 130 | 41 |
| Binary | 1110010 | 10011111 | 1010 | 11100 | 0 | 1011110 | 100110 | 1001110 | 1011000 | 100001 |
Color Harmonies of #729F0A
Complementary color
Monochromatic Colors of #729F0A
Black with #729F0A
Text Example
Text Example
White with #729F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729F0A; }
p { color: rgb(114,159,10); }
H1.HeaderClassName
{
color: #729F0A;
}
.AnyTagClassName
{
color: #729F0A;
}
</style>
background-color css
<style>
a { background-color: #729F0A; }
a { background-color: rgb(114,159,10); }
div.DivClassName
{
background-color: #729F0A;
}
.BgClassName
{
background-color: #729F0A;
}
</style>
border-color css
<style>
span { border-color: #729F0A; }
span { border-color: rgb(114,159,10); }
td.TdClassName
{
border-color: #729F0A;
}
.TagClassName
{
border-color: #729F0A;
}
</style>