Shades of Christi #75AB14
Tints of Christi #75AB14
RGB
CMYK
RGB Variations
Color information
#75AB14 (or 0x75AB14) is known color: Christi. HEX triplet: 75, AB and 14. RGB value is (117,171,20). Sum of RGB (Red+Green+Blue) = 117+171+20=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AB14 is #8A54EB. Grayscale: #8A8A8A. Windows color (decimal): -9065708 or 1354613. OLE color: 1354613.
HSL color Cylindrical-coordinate representation of color #75AB14: hue angle of 81.46º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75AB14 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 20 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.33 |
| HSL | 81.46º | 0.79% | 0.37% | - |
| HSV(B) | 81.46º | 0.88% | 0.67% | - |
| XYZ | 22.03 | 32.96 | 5.86 | - |
| YUV | 137.64 | 61.61 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 20 | 0.32 | 0 | 0.88 | 0.33 | 81.46 | 0.79 | 0.37 |
| Hex | 75 | AB | 14 | 20 | 0 | 58 | 21 | 51 | 4F | 25 |
| Octal | 165 | 253 | 24 | 40 | 0 | 130 | 41 | 121 | 117 | 45 |
| Binary | 1110101 | 10101011 | 10100 | 100000 | 0 | 1011000 | 100001 | 1010001 | 1001111 | 100101 |
Color Harmonies of #75AB14
Complementary color
Monochromatic Colors of #75AB14
Black with #75AB14
Text Example
Text Example
White with #75AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB14; }
p { color: rgb(117,171,20); }
H1.HeaderClassName
{
color: #75AB14;
}
.AnyTagClassName
{
color: #75AB14;
}
</style>
background-color css
<style>
a { background-color: #75AB14; }
a { background-color: rgb(117,171,20); }
div.DivClassName
{
background-color: #75AB14;
}
.BgClassName
{
background-color: #75AB14;
}
</style>
border-color css
<style>
span { border-color: #75AB14; }
span { border-color: rgb(117,171,20); }
td.TdClassName
{
border-color: #75AB14;
}
.TagClassName
{
border-color: #75AB14;
}
</style>