Shades of Christi #75C607
Tints of Christi #75C607
RGB
CMYK
RGB Variations
Color information
#75C607 (or 0x75C607) is known color: Christi. HEX triplet: 75, C6 and 07. RGB value is (117,198,7). Sum of RGB (Red+Green+Blue) = 117+198+7=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 198 (77.73% from 255 or 61.49% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 198 - color contains mainly: green. Hex color #75C607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C607 is #8A39F8. Grayscale: #989898. Windows color (decimal): -9058809 or 509557. OLE color: 509557.
HSL color Cylindrical-coordinate representation of color #75C607: hue angle of 85.45º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75C607 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 7 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.22 |
| HSL | 85.45º | 0.93% | 0.4% | - |
| HSV(B) | 85.45º | 0.96% | 0.78% | - |
| XYZ | 27.57 | 44.19 | 7.28 | - |
| YUV | 152.01 | 46.16 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 7 | 0.41 | 0 | 0.96 | 0.22 | 85.45 | 0.93 | 0.4 |
| Hex | 75 | C6 | 7 | 29 | 0 | 60 | 16 | 55 | 5D | 28 |
| Octal | 165 | 306 | 7 | 51 | 0 | 140 | 26 | 125 | 135 | 50 |
| Binary | 1110101 | 11000110 | 111 | 101001 | 0 | 1100000 | 10110 | 1010101 | 1011101 | 101000 |
Color Harmonies of #75C607
Complementary color
Monochromatic Colors of #75C607
Black with #75C607
Text Example
Text Example
White with #75C607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C607; }
p { color: rgb(117,198,7); }
H1.HeaderClassName
{
color: #75C607;
}
.AnyTagClassName
{
color: #75C607;
}
</style>
background-color css
<style>
a { background-color: #75C607; }
a { background-color: rgb(117,198,7); }
div.DivClassName
{
background-color: #75C607;
}
.BgClassName
{
background-color: #75C607;
}
</style>
border-color css
<style>
span { border-color: #75C607; }
span { border-color: rgb(117,198,7); }
td.TdClassName
{
border-color: #75C607;
}
.TagClassName
{
border-color: #75C607;
}
</style>