Shades of Christi #73AB01
Tints of Christi #73AB01
RGB
CMYK
RGB Variations
Color information
#73AB01 (or 0x73AB01) is known color: Christi. HEX triplet: 73, AB and 01. RGB value is (115,171,1). Sum of RGB (Red+Green+Blue) = 115+171+1=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AB01 is #8C54FE. Grayscale: #878787. Windows color (decimal): -9196799 or 109427. OLE color: 109427.
HSL color Cylindrical-coordinate representation of color #73AB01: hue angle of 79.76º 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 #73AB01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 1 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.33 |
| HSL | 79.76º | 0.99% | 0.34% | - |
| HSV(B) | 79.76º | 0.99% | 0.67% | - |
| XYZ | 21.64 | 32.77 | 5.21 | - |
| YUV | 134.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 1 | 0.33 | 0 | 0.99 | 0.33 | 79.76 | 0.99 | 0.34 |
| Hex | 73 | AB | 1 | 21 | 0 | 63 | 21 | 50 | 63 | 22 |
| Octal | 163 | 253 | 1 | 41 | 0 | 143 | 41 | 120 | 143 | 42 |
| Binary | 1110011 | 10101011 | 1 | 100001 | 0 | 1100011 | 100001 | 1010000 | 1100011 | 100010 |
Color Harmonies of #73AB01
Complementary color
Monochromatic Colors of #73AB01
Black with #73AB01
Text Example
Text Example
White with #73AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB01; }
p { color: rgb(115,171,1); }
H1.HeaderClassName
{
color: #73AB01;
}
.AnyTagClassName
{
color: #73AB01;
}
</style>
background-color css
<style>
a { background-color: #73AB01; }
a { background-color: rgb(115,171,1); }
div.DivClassName
{
background-color: #73AB01;
}
.BgClassName
{
background-color: #73AB01;
}
</style>
border-color css
<style>
span { border-color: #73AB01; }
span { border-color: rgb(115,171,1); }
td.TdClassName
{
border-color: #73AB01;
}
.TagClassName
{
border-color: #73AB01;
}
</style>