Shades of Christi #719D0D
Tints of Christi #719D0D
RGB
CMYK
RGB Variations
Color information
#719D0D (or 0x719D0D) is known color: Christi. HEX triplet: 71, 9D and 0D. RGB value is (113,157,13). Sum of RGB (Red+Green+Blue) = 113+157+13=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #719D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719D0D is #8E62F2. Grayscale: #7F7F7F. Windows color (decimal): -9331443 or 892273. OLE color: 892273.
HSL color Cylindrical-coordinate representation of color #719D0D: hue angle of 78.33º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #719D0D is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 13 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.38 |
| HSL | 78.33º | 0.85% | 0.33% | - |
| HSV(B) | 78.33º | 0.92% | 0.62% | - |
| XYZ | 18.94 | 27.65 | 4.72 | - |
| YUV | 127.43 | 63.42 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 13 | 0.28 | 0 | 0.92 | 0.38 | 78.33 | 0.85 | 0.33 |
| Hex | 71 | 9D | D | 1C | 0 | 5C | 26 | 4E | 55 | 21 |
| Octal | 161 | 235 | 15 | 34 | 0 | 134 | 46 | 116 | 125 | 41 |
| Binary | 1110001 | 10011101 | 1101 | 11100 | 0 | 1011100 | 100110 | 1001110 | 1010101 | 100001 |
Color Harmonies of #719D0D
Complementary color
Monochromatic Colors of #719D0D
Black with #719D0D
Text Example
Text Example
White with #719D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D0D; }
p { color: rgb(113,157,13); }
H1.HeaderClassName
{
color: #719D0D;
}
.AnyTagClassName
{
color: #719D0D;
}
</style>
background-color css
<style>
a { background-color: #719D0D; }
a { background-color: rgb(113,157,13); }
div.DivClassName
{
background-color: #719D0D;
}
.BgClassName
{
background-color: #719D0D;
}
</style>
border-color css
<style>
span { border-color: #719D0D; }
span { border-color: rgb(113,157,13); }
td.TdClassName
{
border-color: #719D0D;
}
.TagClassName
{
border-color: #719D0D;
}
</style>