Shades of Christi #75AC01
Tints of Christi #75AC01
RGB
CMYK
RGB Variations
Color information
#75AC01 (or 0x75AC01) is known color: Christi. HEX triplet: 75, AC and 01. RGB value is (117,172,1). Sum of RGB (Red+Green+Blue) = 117+172+1=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AC01 is #8A53FE. Grayscale: #888888. Windows color (decimal): -9065471 or 109685. OLE color: 109685.
HSL color Cylindrical-coordinate representation of color #75AC01: hue angle of 79.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75AC01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 172 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.33 |
| HSL | 79.3º | 0.99% | 0.34% | - |
| HSV(B) | 79.3º | 0.99% | 0.67% | - |
| XYZ | 22.09 | 33.29 | 5.29 | - |
| YUV | 136.06 | 51.78 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 1 | 0.32 | 0 | 0.99 | 0.33 | 79.3 | 0.99 | 0.34 |
| Hex | 75 | AC | 1 | 20 | 0 | 63 | 21 | 4F | 63 | 22 |
| Octal | 165 | 254 | 1 | 40 | 0 | 143 | 41 | 117 | 143 | 42 |
| Binary | 1110101 | 10101100 | 1 | 100000 | 0 | 1100011 | 100001 | 1001111 | 1100011 | 100010 |
Color Harmonies of #75AC01
Complementary color
Monochromatic Colors of #75AC01
Black with #75AC01
Text Example
Text Example
White with #75AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AC01; }
p { color: rgb(117,172,1); }
H1.HeaderClassName
{
color: #75AC01;
}
.AnyTagClassName
{
color: #75AC01;
}
</style>
background-color css
<style>
a { background-color: #75AC01; }
a { background-color: rgb(117,172,1); }
div.DivClassName
{
background-color: #75AC01;
}
.BgClassName
{
background-color: #75AC01;
}
</style>
border-color css
<style>
span { border-color: #75AC01; }
span { border-color: rgb(117,172,1); }
td.TdClassName
{
border-color: #75AC01;
}
.TagClassName
{
border-color: #75AC01;
}
</style>