Shades of Christi #729C01
Tints of Christi #729C01
RGB
CMYK
RGB Variations
Color information
#729C01 (or 0x729C01) is known color: Christi. HEX triplet: 72, 9C and 01. RGB value is (114,156,1). Sum of RGB (Red+Green+Blue) = 114+156+1=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 156 (61.33% from 255 or 57.56% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 156 - color contains mainly: green. Hex color #729C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729C01 is #8D63FE. Grayscale: #7E7E7E. Windows color (decimal): -9266175 or 105586. OLE color: 105586.
HSL color Cylindrical-coordinate representation of color #729C01: hue angle of 76.26º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #729C01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 156 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.39 |
| HSL | 76.26º | 0.99% | 0.31% | - |
| HSV(B) | 76.26º | 0.99% | 0.61% | - |
| XYZ | 18.83 | 27.36 | 4.32 | - |
| YUV | 125.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 1 | 0.27 | 0 | 0.99 | 0.39 | 76.26 | 0.99 | 0.31 |
| Hex | 72 | 9C | 1 | 1B | 0 | 63 | 27 | 4C | 63 | 1F |
| Octal | 162 | 234 | 1 | 33 | 0 | 143 | 47 | 114 | 143 | 37 |
| Binary | 1110010 | 10011100 | 1 | 11011 | 0 | 1100011 | 100111 | 1001100 | 1100011 | 11111 |
Color Harmonies of #729C01
Complementary color
Monochromatic Colors of #729C01
Black with #729C01
Text Example
Text Example
White with #729C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729C01; }
p { color: rgb(114,156,1); }
H1.HeaderClassName
{
color: #729C01;
}
.AnyTagClassName
{
color: #729C01;
}
</style>
background-color css
<style>
a { background-color: #729C01; }
a { background-color: rgb(114,156,1); }
div.DivClassName
{
background-color: #729C01;
}
.BgClassName
{
background-color: #729C01;
}
</style>
border-color css
<style>
span { border-color: #729C01; }
span { border-color: rgb(114,156,1); }
td.TdClassName
{
border-color: #729C01;
}
.TagClassName
{
border-color: #729C01;
}
</style>