Shades of Christi #729703
Tints of Christi #729703
RGB
CMYK
RGB Variations
Color information
#729703 (or 0x729703) is known color: Christi. HEX triplet: 72, 97 and 03. RGB value is (114,151,3). Sum of RGB (Red+Green+Blue) = 114+151+3=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #729703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729703 is #8D68FC. Grayscale: #7B7B7B. Windows color (decimal): -9267453 or 235378. OLE color: 235378.
HSL color Cylindrical-coordinate representation of color #729703: hue angle of 75º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #729703 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 151 | 3 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.41 |
| HSL | 75º | 0.96% | 0.3% | - |
| HSV(B) | 75º | 0.98% | 0.59% | - |
| XYZ | 18.02 | 25.72 | 4.1 | - |
| YUV | 123.07 | 60.24 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 151 | 3 | 0.25 | 0 | 0.98 | 0.41 | 75 | 0.96 | 0.3 |
| Hex | 72 | 97 | 3 | 19 | 0 | 62 | 29 | 4B | 60 | 1E |
| Octal | 162 | 227 | 3 | 31 | 0 | 142 | 51 | 113 | 140 | 36 |
| Binary | 1110010 | 10010111 | 11 | 11001 | 0 | 1100010 | 101001 | 1001011 | 1100000 | 11110 |
Color Harmonies of #729703
Complementary color
Monochromatic Colors of #729703
Black with #729703
Text Example
Text Example
White with #729703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729703; }
p { color: rgb(114,151,3); }
H1.HeaderClassName
{
color: #729703;
}
.AnyTagClassName
{
color: #729703;
}
</style>
background-color css
<style>
a { background-color: #729703; }
a { background-color: rgb(114,151,3); }
div.DivClassName
{
background-color: #729703;
}
.BgClassName
{
background-color: #729703;
}
</style>
border-color css
<style>
span { border-color: #729703; }
span { border-color: rgb(114,151,3); }
td.TdClassName
{
border-color: #729703;
}
.TagClassName
{
border-color: #729703;
}
</style>