Shades of Christi #759C14
Tints of Christi #759C14
RGB
CMYK
RGB Variations
Color information
#759C14 (or 0x759C14) is known color: Christi. HEX triplet: 75, 9C and 14. RGB value is (117,156,20). Sum of RGB (Red+Green+Blue) = 117+156+20=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #759C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759C14 is #8A63EB. Grayscale: #818181. Windows color (decimal): -9069548 or 1350773. OLE color: 1350773.
HSL color Cylindrical-coordinate representation of color #759C14: hue angle of 77.21º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #759C14 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 20 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.39 |
| HSL | 77.21º | 0.77% | 0.35% | - |
| HSV(B) | 77.21º | 0.87% | 0.61% | - |
| XYZ | 19.35 | 27.61 | 4.97 | - |
| YUV | 128.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 20 | 0.25 | 0 | 0.87 | 0.39 | 77.21 | 0.77 | 0.35 |
| Hex | 75 | 9C | 14 | 19 | 0 | 57 | 27 | 4D | 4D | 23 |
| Octal | 165 | 234 | 24 | 31 | 0 | 127 | 47 | 115 | 115 | 43 |
| Binary | 1110101 | 10011100 | 10100 | 11001 | 0 | 1010111 | 100111 | 1001101 | 1001101 | 100011 |
Color Harmonies of #759C14
Complementary color
Monochromatic Colors of #759C14
Black with #759C14
Text Example
Text Example
White with #759C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C14; }
p { color: rgb(117,156,20); }
H1.HeaderClassName
{
color: #759C14;
}
.AnyTagClassName
{
color: #759C14;
}
</style>
background-color css
<style>
a { background-color: #759C14; }
a { background-color: rgb(117,156,20); }
div.DivClassName
{
background-color: #759C14;
}
.BgClassName
{
background-color: #759C14;
}
</style>
border-color css
<style>
span { border-color: #759C14; }
span { border-color: rgb(117,156,20); }
td.TdClassName
{
border-color: #759C14;
}
.TagClassName
{
border-color: #759C14;
}
</style>