Shades of Christi #759D15
Tints of Christi #759D15
RGB
CMYK
RGB Variations
Color information
#759D15 (or 0x759D15) is known color: Christi. HEX triplet: 75, 9D and 15. RGB value is (117,157,21). Sum of RGB (Red+Green+Blue) = 117+157+21=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #759D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759D15 is #8A62EA. Grayscale: #828282. Windows color (decimal): -9069291 or 1416565. OLE color: 1416565.
HSL color Cylindrical-coordinate representation of color #759D15: hue angle of 77.65º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #759D15 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 21 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.38 |
| HSL | 77.65º | 0.76% | 0.35% | - |
| HSV(B) | 77.65º | 0.87% | 0.62% | - |
| XYZ | 19.53 | 27.95 | 5.08 | - |
| YUV | 129.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 21 | 0.25 | 0 | 0.87 | 0.38 | 77.65 | 0.76 | 0.35 |
| Hex | 75 | 9D | 15 | 19 | 0 | 57 | 26 | 4E | 4C | 23 |
| Octal | 165 | 235 | 25 | 31 | 0 | 127 | 46 | 116 | 114 | 43 |
| Binary | 1110101 | 10011101 | 10101 | 11001 | 0 | 1010111 | 100110 | 1001110 | 1001100 | 100011 |
Color Harmonies of #759D15
Complementary color
Monochromatic Colors of #759D15
Black with #759D15
Text Example
Text Example
White with #759D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D15; }
p { color: rgb(117,157,21); }
H1.HeaderClassName
{
color: #759D15;
}
.AnyTagClassName
{
color: #759D15;
}
</style>
background-color css
<style>
a { background-color: #759D15; }
a { background-color: rgb(117,157,21); }
div.DivClassName
{
background-color: #759D15;
}
.BgClassName
{
background-color: #759D15;
}
</style>
border-color css
<style>
span { border-color: #759D15; }
span { border-color: rgb(117,157,21); }
td.TdClassName
{
border-color: #759D15;
}
.TagClassName
{
border-color: #759D15;
}
</style>