Shades of Christi #729C18
Tints of Christi #729C18
RGB
CMYK
RGB Variations
Color information
#729C18 (or 0x729C18) is known color: Christi. HEX triplet: 72, 9C and 18. RGB value is (114,156,24). Sum of RGB (Red+Green+Blue) = 114+156+24=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #729C18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729C18 is #8D63E7. Grayscale: #808080. Windows color (decimal): -9266152 or 1612914. OLE color: 1612914.
HSL color Cylindrical-coordinate representation of color #729C18: hue angle of 79.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #729C18 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 156 | 24 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.39 |
| HSL | 79.09º | 0.73% | 0.35% | - |
| HSV(B) | 79.09º | 0.85% | 0.61% | - |
| XYZ | 18.99 | 27.42 | 5.16 | - |
| YUV | 128.39 | 69.09 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 24 | 0.27 | 0 | 0.85 | 0.39 | 79.09 | 0.73 | 0.35 |
| Hex | 72 | 9C | 18 | 1B | 0 | 55 | 27 | 4F | 49 | 23 |
| Octal | 162 | 234 | 30 | 33 | 0 | 125 | 47 | 117 | 111 | 43 |
| Binary | 1110010 | 10011100 | 11000 | 11011 | 0 | 1010101 | 100111 | 1001111 | 1001001 | 100011 |
Color Harmonies of #729C18
Complementary color
Monochromatic Colors of #729C18
Black with #729C18
Text Example
Text Example
White with #729C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729C18; }
p { color: rgb(114,156,24); }
H1.HeaderClassName
{
color: #729C18;
}
.AnyTagClassName
{
color: #729C18;
}
</style>
background-color css
<style>
a { background-color: #729C18; }
a { background-color: rgb(114,156,24); }
div.DivClassName
{
background-color: #729C18;
}
.BgClassName
{
background-color: #729C18;
}
</style>
border-color css
<style>
span { border-color: #729C18; }
span { border-color: rgb(114,156,24); }
td.TdClassName
{
border-color: #729C18;
}
.TagClassName
{
border-color: #729C18;
}
</style>