Shades of Christi #75AD10
Tints of Christi #75AD10
RGB
CMYK
RGB Variations
Color information
#75AD10 (or 0x75AD10) is known color: Christi. HEX triplet: 75, AD and 10. RGB value is (117,173,16). Sum of RGB (Red+Green+Blue) = 117+173+16=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AD10 is #8A52EF. Grayscale: #8A8A8A. Windows color (decimal): -9065200 or 1092981. OLE color: 1092981.
HSL color Cylindrical-coordinate representation of color #75AD10: hue angle of 81.4º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75AD10 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 16 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.32 |
| HSL | 81.4º | 0.83% | 0.37% | - |
| HSV(B) | 81.4º | 0.91% | 0.68% | - |
| XYZ | 22.37 | 33.71 | 5.82 | - |
| YUV | 138.36 | 58.95 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 16 | 0.32 | 0 | 0.91 | 0.32 | 81.4 | 0.83 | 0.37 |
| Hex | 75 | AD | 10 | 20 | 0 | 5B | 20 | 51 | 53 | 25 |
| Octal | 165 | 255 | 20 | 40 | 0 | 133 | 40 | 121 | 123 | 45 |
| Binary | 1110101 | 10101101 | 10000 | 100000 | 0 | 1011011 | 100000 | 1010001 | 1010011 | 100101 |
Color Harmonies of #75AD10
Complementary color
Monochromatic Colors of #75AD10
Black with #75AD10
Text Example
Text Example
White with #75AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD10; }
p { color: rgb(117,173,16); }
H1.HeaderClassName
{
color: #75AD10;
}
.AnyTagClassName
{
color: #75AD10;
}
</style>
background-color css
<style>
a { background-color: #75AD10; }
a { background-color: rgb(117,173,16); }
div.DivClassName
{
background-color: #75AD10;
}
.BgClassName
{
background-color: #75AD10;
}
</style>
border-color css
<style>
span { border-color: #75AD10; }
span { border-color: rgb(117,173,16); }
td.TdClassName
{
border-color: #75AD10;
}
.TagClassName
{
border-color: #75AD10;
}
</style>