Shades of Christi #75AB19
Tints of Christi #75AB19
RGB
CMYK
RGB Variations
Color information
#75AB19 (or 0x75AB19) is known color: Christi. HEX triplet: 75, AB and 19. RGB value is (117,171,25). Sum of RGB (Red+Green+Blue) = 117+171+25=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AB19 is #8A54E6. Grayscale: #8A8A8A. Windows color (decimal): -9065703 or 1682293. OLE color: 1682293.
HSL color Cylindrical-coordinate representation of color #75AB19: hue angle of 82.19º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75AB19 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 25 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.33 |
| HSL | 82.19º | 0.74% | 0.38% | - |
| HSV(B) | 82.19º | 0.85% | 0.67% | - |
| XYZ | 22.07 | 32.98 | 6.12 | - |
| YUV | 138.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 25 | 0.32 | 0 | 0.85 | 0.33 | 82.19 | 0.74 | 0.38 |
| Hex | 75 | AB | 19 | 20 | 0 | 55 | 21 | 52 | 4A | 26 |
| Octal | 165 | 253 | 31 | 40 | 0 | 125 | 41 | 122 | 112 | 46 |
| Binary | 1110101 | 10101011 | 11001 | 100000 | 0 | 1010101 | 100001 | 1010010 | 1001010 | 100110 |
Color Harmonies of #75AB19
Complementary color
Monochromatic Colors of #75AB19
Black with #75AB19
Text Example
Text Example
White with #75AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB19; }
p { color: rgb(117,171,25); }
H1.HeaderClassName
{
color: #75AB19;
}
.AnyTagClassName
{
color: #75AB19;
}
</style>
background-color css
<style>
a { background-color: #75AB19; }
a { background-color: rgb(117,171,25); }
div.DivClassName
{
background-color: #75AB19;
}
.BgClassName
{
background-color: #75AB19;
}
</style>
border-color css
<style>
span { border-color: #75AB19; }
span { border-color: rgb(117,171,25); }
td.TdClassName
{
border-color: #75AB19;
}
.TagClassName
{
border-color: #75AB19;
}
</style>