Shades of Christi #729D03
Tints of Christi #729D03
RGB
CMYK
RGB Variations
Color information
#729D03 (or 0x729D03) is known color: Christi. HEX triplet: 72, 9D and 03. RGB value is (114,157,3). Sum of RGB (Red+Green+Blue) = 114+157+3=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #729D03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729D03 is #8D62FC. Grayscale: #7F7F7F. Windows color (decimal): -9265917 or 236914. OLE color: 236914.
HSL color Cylindrical-coordinate representation of color #729D03: hue angle of 76.75º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #729D03 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 157 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.38 |
| HSL | 76.75º | 0.96% | 0.31% | - |
| HSV(B) | 76.75º | 0.98% | 0.62% | - |
| XYZ | 19.01 | 27.7 | 4.43 | - |
| YUV | 126.59 | 58.25 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 3 | 0.27 | 0 | 0.98 | 0.38 | 76.75 | 0.96 | 0.31 |
| Hex | 72 | 9D | 3 | 1B | 0 | 62 | 26 | 4D | 60 | 1F |
| Octal | 162 | 235 | 3 | 33 | 0 | 142 | 46 | 115 | 140 | 37 |
| Binary | 1110010 | 10011101 | 11 | 11011 | 0 | 1100010 | 100110 | 1001101 | 1100000 | 11111 |
Color Harmonies of #729D03
Complementary color
Monochromatic Colors of #729D03
Black with #729D03
Text Example
Text Example
White with #729D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729D03; }
p { color: rgb(114,157,3); }
H1.HeaderClassName
{
color: #729D03;
}
.AnyTagClassName
{
color: #729D03;
}
</style>
background-color css
<style>
a { background-color: #729D03; }
a { background-color: rgb(114,157,3); }
div.DivClassName
{
background-color: #729D03;
}
.BgClassName
{
background-color: #729D03;
}
</style>
border-color css
<style>
span { border-color: #729D03; }
span { border-color: rgb(114,157,3); }
td.TdClassName
{
border-color: #729D03;
}
.TagClassName
{
border-color: #729D03;
}
</style>