Shades of Christi #729D1D
Tints of Christi #729D1D
RGB
CMYK
RGB Variations
Color information
#729D1D (or 0x729D1D) is known color: Christi. HEX triplet: 72, 9D and 1D. RGB value is (114,157,29). Sum of RGB (Red+Green+Blue) = 114+157+29=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #729D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729D1D is #8D62E2. Grayscale: #828282. Windows color (decimal): -9265891 or 1940850. OLE color: 1940850.
HSL color Cylindrical-coordinate representation of color #729D1D: hue angle of 80.16º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #729D1D is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 157 | 29 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.38 |
| HSL | 80.16º | 0.69% | 0.36% | - |
| HSV(B) | 80.16º | 0.82% | 0.62% | - |
| XYZ | 19.22 | 27.78 | 5.51 | - |
| YUV | 129.55 | 71.25 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 29 | 0.27 | 0 | 0.82 | 0.38 | 80.16 | 0.69 | 0.36 |
| Hex | 72 | 9D | 1D | 1B | 0 | 52 | 26 | 50 | 45 | 24 |
| Octal | 162 | 235 | 35 | 33 | 0 | 122 | 46 | 120 | 105 | 44 |
| Binary | 1110010 | 10011101 | 11101 | 11011 | 0 | 1010010 | 100110 | 1010000 | 1000101 | 100100 |
Color Harmonies of #729D1D
Complementary color
Monochromatic Colors of #729D1D
Black with #729D1D
Text Example
Text Example
White with #729D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729D1D; }
p { color: rgb(114,157,29); }
H1.HeaderClassName
{
color: #729D1D;
}
.AnyTagClassName
{
color: #729D1D;
}
</style>
background-color css
<style>
a { background-color: #729D1D; }
a { background-color: rgb(114,157,29); }
div.DivClassName
{
background-color: #729D1D;
}
.BgClassName
{
background-color: #729D1D;
}
</style>
border-color css
<style>
span { border-color: #729D1D; }
span { border-color: rgb(114,157,29); }
td.TdClassName
{
border-color: #729D1D;
}
.TagClassName
{
border-color: #729D1D;
}
</style>