Shades of Christi #75C006
Tints of Christi #75C006
RGB
CMYK
RGB Variations
Color information
#75C006 (or 0x75C006) is known color: Christi. HEX triplet: 75, C0 and 06. RGB value is (117,192,6). Sum of RGB (Red+Green+Blue) = 117+192+6=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #75C006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C006 is #8A3FF9. Grayscale: #959595. Windows color (decimal): -9060346 or 442485. OLE color: 442485.
HSL color Cylindrical-coordinate representation of color #75C006: hue angle of 84.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75C006 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 6 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.25 |
| HSL | 84.19º | 0.94% | 0.39% | - |
| HSV(B) | 84.19º | 0.97% | 0.75% | - |
| XYZ | 26.22 | 41.49 | 6.8 | - |
| YUV | 148.37 | 47.65 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 6 | 0.39 | 0 | 0.97 | 0.25 | 84.19 | 0.94 | 0.39 |
| Hex | 75 | C0 | 6 | 27 | 0 | 61 | 19 | 54 | 5E | 27 |
| Octal | 165 | 300 | 6 | 47 | 0 | 141 | 31 | 124 | 136 | 47 |
| Binary | 1110101 | 11000000 | 110 | 100111 | 0 | 1100001 | 11001 | 1010100 | 1011110 | 100111 |
Color Harmonies of #75C006
Complementary color
Monochromatic Colors of #75C006
Black with #75C006
Text Example
Text Example
White with #75C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C006; }
p { color: rgb(117,192,6); }
H1.HeaderClassName
{
color: #75C006;
}
.AnyTagClassName
{
color: #75C006;
}
</style>
background-color css
<style>
a { background-color: #75C006; }
a { background-color: rgb(117,192,6); }
div.DivClassName
{
background-color: #75C006;
}
.BgClassName
{
background-color: #75C006;
}
</style>
border-color css
<style>
span { border-color: #75C006; }
span { border-color: rgb(117,192,6); }
td.TdClassName
{
border-color: #75C006;
}
.TagClassName
{
border-color: #75C006;
}
</style>