Shades of Christi #75A401
Tints of Christi #75A401
RGB
CMYK
RGB Variations
Color information
#75A401 (or 0x75A401) is known color: Christi. HEX triplet: 75, A4 and 01. RGB value is (117,164,1). Sum of RGB (Red+Green+Blue) = 117+164+1=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #75A401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A401 is #8A5BFE. Grayscale: #838383. Windows color (decimal): -9067519 or 107637. OLE color: 107637.
HSL color Cylindrical-coordinate representation of color #75A401: hue angle of 77.3º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75A401 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 164 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.36 |
| HSL | 77.3º | 0.99% | 0.32% | - |
| HSV(B) | 77.3º | 0.99% | 0.64% | - |
| XYZ | 20.62 | 30.34 | 4.8 | - |
| YUV | 131.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 164 | 1 | 0.29 | 0 | 0.99 | 0.36 | 77.3 | 0.99 | 0.32 |
| Hex | 75 | A4 | 1 | 1D | 0 | 63 | 24 | 4D | 63 | 20 |
| Octal | 165 | 244 | 1 | 35 | 0 | 143 | 44 | 115 | 143 | 40 |
| Binary | 1110101 | 10100100 | 1 | 11101 | 0 | 1100011 | 100100 | 1001101 | 1100011 | 100000 |
Color Harmonies of #75A401
Complementary color
Monochromatic Colors of #75A401
Black with #75A401
Text Example
Text Example
White with #75A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A401; }
p { color: rgb(117,164,1); }
H1.HeaderClassName
{
color: #75A401;
}
.AnyTagClassName
{
color: #75A401;
}
</style>
background-color css
<style>
a { background-color: #75A401; }
a { background-color: rgb(117,164,1); }
div.DivClassName
{
background-color: #75A401;
}
.BgClassName
{
background-color: #75A401;
}
</style>
border-color css
<style>
span { border-color: #75A401; }
span { border-color: rgb(117,164,1); }
td.TdClassName
{
border-color: #75A401;
}
.TagClassName
{
border-color: #75A401;
}
</style>