Shades of Christi #75A225
Tints of Christi #75A225
RGB
CMYK
RGB Variations
Color information
#75A225 (or 0x75A225) is known color: Christi. HEX triplet: 75, A2 and 25. RGB value is (117,162,37). Sum of RGB (Red+Green+Blue) = 117+162+37=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #75A225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A225 is #8A5DDA. Grayscale: #868686. Windows color (decimal): -9067995 or 2466421. OLE color: 2466421.
HSL color Cylindrical-coordinate representation of color #75A225: hue angle of 81.6º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75A225 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 162 | 37 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.36 |
| HSL | 81.6º | 0.63% | 0.39% | - |
| HSV(B) | 81.6º | 0.77% | 0.64% | - |
| XYZ | 20.59 | 29.76 | 6.41 | - |
| YUV | 134.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 162 | 37 | 0.28 | 0 | 0.77 | 0.36 | 81.6 | 0.63 | 0.39 |
| Hex | 75 | A2 | 25 | 1C | 0 | 4D | 24 | 52 | 3F | 27 |
| Octal | 165 | 242 | 45 | 34 | 0 | 115 | 44 | 122 | 77 | 47 |
| Binary | 1110101 | 10100010 | 100101 | 11100 | 0 | 1001101 | 100100 | 1010010 | 111111 | 100111 |
Color Harmonies of #75A225
Complementary color
Monochromatic Colors of #75A225
Black with #75A225
Text Example
Text Example
White with #75A225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A225; }
p { color: rgb(117,162,37); }
H1.HeaderClassName
{
color: #75A225;
}
.AnyTagClassName
{
color: #75A225;
}
</style>
background-color css
<style>
a { background-color: #75A225; }
a { background-color: rgb(117,162,37); }
div.DivClassName
{
background-color: #75A225;
}
.BgClassName
{
background-color: #75A225;
}
</style>
border-color css
<style>
span { border-color: #75A225; }
span { border-color: rgb(117,162,37); }
td.TdClassName
{
border-color: #75A225;
}
.TagClassName
{
border-color: #75A225;
}
</style>