Shades of Christi #75A805
Tints of Christi #75A805
RGB
CMYK
RGB Variations
Color information
#75A805 (or 0x75A805) is known color: Christi. HEX triplet: 75, A8 and 05. RGB value is (117,168,5). Sum of RGB (Red+Green+Blue) = 117+168+5=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #75A805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A805 is #8A57FA. Grayscale: #868686. Windows color (decimal): -9066491 or 370805. OLE color: 370805.
HSL color Cylindrical-coordinate representation of color #75A805: hue angle of 78.77º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75A805 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 168 | 5 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.34 |
| HSL | 78.77º | 0.94% | 0.34% | - |
| HSV(B) | 78.77º | 0.97% | 0.66% | - |
| XYZ | 21.37 | 31.8 | 5.16 | - |
| YUV | 134.17 | 55.1 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 5 | 0.30 | 0 | 0.97 | 0.34 | 78.77 | 0.94 | 0.34 |
| Hex | 75 | A8 | 5 | 1E | 0 | 61 | 22 | 4F | 5E | 22 |
| Octal | 165 | 250 | 5 | 36 | 0 | 141 | 42 | 117 | 136 | 42 |
| Binary | 1110101 | 10101000 | 101 | 11110 | 0 | 1100001 | 100010 | 1001111 | 1011110 | 100010 |
Color Harmonies of #75A805
Complementary color
Monochromatic Colors of #75A805
Black with #75A805
Text Example
Text Example
White with #75A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A805; }
p { color: rgb(117,168,5); }
H1.HeaderClassName
{
color: #75A805;
}
.AnyTagClassName
{
color: #75A805;
}
</style>
background-color css
<style>
a { background-color: #75A805; }
a { background-color: rgb(117,168,5); }
div.DivClassName
{
background-color: #75A805;
}
.BgClassName
{
background-color: #75A805;
}
</style>
border-color css
<style>
span { border-color: #75A805; }
span { border-color: rgb(117,168,5); }
td.TdClassName
{
border-color: #75A805;
}
.TagClassName
{
border-color: #75A805;
}
</style>