Shades of Christi #729808
Tints of Christi #729808
RGB
CMYK
RGB Variations
Color information
#729808 (or 0x729808) is known color: Christi. HEX triplet: 72, 98 and 08. RGB value is (114,152,8). Sum of RGB (Red+Green+Blue) = 114+152+8=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #729808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729808 is #8D67F7. Grayscale: #7C7C7C. Windows color (decimal): -9267192 or 563314. OLE color: 563314.
HSL color Cylindrical-coordinate representation of color #729808: hue angle of 75.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #729808 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 152 | 8 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.40 |
| HSL | 75.83º | 0.9% | 0.31% | - |
| HSV(B) | 75.83º | 0.95% | 0.6% | - |
| XYZ | 18.21 | 26.05 | 4.3 | - |
| YUV | 124.22 | 62.41 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 8 | 0.25 | 0 | 0.95 | 0.40 | 75.83 | 0.9 | 0.31 |
| Hex | 72 | 98 | 8 | 19 | 0 | 5F | 28 | 4C | 5A | 1F |
| Octal | 162 | 230 | 10 | 31 | 0 | 137 | 50 | 114 | 132 | 37 |
| Binary | 1110010 | 10011000 | 1000 | 11001 | 0 | 1011111 | 101000 | 1001100 | 1011010 | 11111 |
Color Harmonies of #729808
Complementary color
Monochromatic Colors of #729808
Black with #729808
Text Example
Text Example
White with #729808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729808; }
p { color: rgb(114,152,8); }
H1.HeaderClassName
{
color: #729808;
}
.AnyTagClassName
{
color: #729808;
}
</style>
background-color css
<style>
a { background-color: #729808; }
a { background-color: rgb(114,152,8); }
div.DivClassName
{
background-color: #729808;
}
.BgClassName
{
background-color: #729808;
}
</style>
border-color css
<style>
span { border-color: #729808; }
span { border-color: rgb(114,152,8); }
td.TdClassName
{
border-color: #729808;
}
.TagClassName
{
border-color: #729808;
}
</style>