Shades of Christi #729C0A
Tints of Christi #729C0A
RGB
CMYK
RGB Variations
Color information
#729C0A (or 0x729C0A) is known color: Christi. HEX triplet: 72, 9C and 0A. RGB value is (114,156,10). Sum of RGB (Red+Green+Blue) = 114+156+10=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #729C0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729C0A is #8D63F5. Grayscale: #7F7F7F. Windows color (decimal): -9266166 or 695410. OLE color: 695410.
HSL color Cylindrical-coordinate representation of color #729C0A: hue angle of 77.26º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #729C0A is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 156 | 10 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.39 |
| HSL | 77.26º | 0.88% | 0.33% | - |
| HSV(B) | 77.26º | 0.94% | 0.61% | - |
| XYZ | 18.88 | 27.38 | 4.58 | - |
| YUV | 126.8 | 62.09 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 10 | 0.27 | 0 | 0.94 | 0.39 | 77.26 | 0.88 | 0.33 |
| Hex | 72 | 9C | A | 1B | 0 | 5E | 27 | 4D | 58 | 21 |
| Octal | 162 | 234 | 12 | 33 | 0 | 136 | 47 | 115 | 130 | 41 |
| Binary | 1110010 | 10011100 | 1010 | 11011 | 0 | 1011110 | 100111 | 1001101 | 1011000 | 100001 |
Color Harmonies of #729C0A
Complementary color
Monochromatic Colors of #729C0A
Black with #729C0A
Text Example
Text Example
White with #729C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729C0A; }
p { color: rgb(114,156,10); }
H1.HeaderClassName
{
color: #729C0A;
}
.AnyTagClassName
{
color: #729C0A;
}
</style>
background-color css
<style>
a { background-color: #729C0A; }
a { background-color: rgb(114,156,10); }
div.DivClassName
{
background-color: #729C0A;
}
.BgClassName
{
background-color: #729C0A;
}
</style>
border-color css
<style>
span { border-color: #729C0A; }
span { border-color: rgb(114,156,10); }
td.TdClassName
{
border-color: #729C0A;
}
.TagClassName
{
border-color: #729C0A;
}
</style>