Shades of Christi #759D19
Tints of Christi #759D19
RGB
CMYK
RGB Variations
Color information
#759D19 (or 0x759D19) is known color: Christi. HEX triplet: 75, 9D and 19. RGB value is (117,157,25). Sum of RGB (Red+Green+Blue) = 117+157+25=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #759D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759D19 is #8A62E6. Grayscale: #828282. Windows color (decimal): -9069287 or 1678709. OLE color: 1678709.
HSL color Cylindrical-coordinate representation of color #759D19: hue angle of 78.18º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #759D19 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 25 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.38 |
| HSL | 78.18º | 0.73% | 0.36% | - |
| HSV(B) | 78.18º | 0.84% | 0.62% | - |
| XYZ | 19.57 | 27.97 | 5.29 | - |
| YUV | 129.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 25 | 0.25 | 0 | 0.84 | 0.38 | 78.18 | 0.73 | 0.36 |
| Hex | 75 | 9D | 19 | 19 | 0 | 54 | 26 | 4E | 49 | 24 |
| Octal | 165 | 235 | 31 | 31 | 0 | 124 | 46 | 116 | 111 | 44 |
| Binary | 1110101 | 10011101 | 11001 | 11001 | 0 | 1010100 | 100110 | 1001110 | 1001001 | 100100 |
Color Harmonies of #759D19
Complementary color
Monochromatic Colors of #759D19
Black with #759D19
Text Example
Text Example
White with #759D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D19; }
p { color: rgb(117,157,25); }
H1.HeaderClassName
{
color: #759D19;
}
.AnyTagClassName
{
color: #759D19;
}
</style>
background-color css
<style>
a { background-color: #759D19; }
a { background-color: rgb(117,157,25); }
div.DivClassName
{
background-color: #759D19;
}
.BgClassName
{
background-color: #759D19;
}
</style>
border-color css
<style>
span { border-color: #759D19; }
span { border-color: rgb(117,157,25); }
td.TdClassName
{
border-color: #759D19;
}
.TagClassName
{
border-color: #759D19;
}
</style>