Shades of Christi #759C0D
Tints of Christi #759C0D
RGB
CMYK
RGB Variations
Color information
#759C0D (or 0x759C0D) is known color: Christi. HEX triplet: 75, 9C and 0D. RGB value is (117,156,13). Sum of RGB (Red+Green+Blue) = 117+156+13=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #759C0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759C0D is #8A63F2. Grayscale: #808080. Windows color (decimal): -9069555 or 892021. OLE color: 892021.
HSL color Cylindrical-coordinate representation of color #759C0D: hue angle of 76.36º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #759C0D is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 13 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.39 |
| HSL | 76.36º | 0.85% | 0.33% | - |
| HSV(B) | 76.36º | 0.92% | 0.61% | - |
| XYZ | 19.3 | 27.59 | 4.69 | - |
| YUV | 128.04 | 63.08 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 13 | 0.25 | 0 | 0.92 | 0.39 | 76.36 | 0.85 | 0.33 |
| Hex | 75 | 9C | D | 19 | 0 | 5C | 27 | 4C | 55 | 21 |
| Octal | 165 | 234 | 15 | 31 | 0 | 134 | 47 | 114 | 125 | 41 |
| Binary | 1110101 | 10011100 | 1101 | 11001 | 0 | 1011100 | 100111 | 1001100 | 1010101 | 100001 |
Color Harmonies of #759C0D
Complementary color
Monochromatic Colors of #759C0D
Black with #759C0D
Text Example
Text Example
White with #759C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C0D; }
p { color: rgb(117,156,13); }
H1.HeaderClassName
{
color: #759C0D;
}
.AnyTagClassName
{
color: #759C0D;
}
</style>
background-color css
<style>
a { background-color: #759C0D; }
a { background-color: rgb(117,156,13); }
div.DivClassName
{
background-color: #759C0D;
}
.BgClassName
{
background-color: #759C0D;
}
</style>
border-color css
<style>
span { border-color: #759C0D; }
span { border-color: rgb(117,156,13); }
td.TdClassName
{
border-color: #759C0D;
}
.TagClassName
{
border-color: #759C0D;
}
</style>