Shades of Christi #73AB23
Tints of Christi #73AB23
RGB
CMYK
RGB Variations
Color information
#73AB23 (or 0x73AB23) is known color: Christi. HEX triplet: 73, AB and 23. RGB value is (115,171,35). Sum of RGB (Red+Green+Blue) = 115+171+35=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AB23 is #8C54DC. Grayscale: #8B8B8B. Windows color (decimal): -9196765 or 2337651. OLE color: 2337651.
HSL color Cylindrical-coordinate representation of color #73AB23: hue angle of 84.71º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73AB23 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 35 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.33 |
| HSL | 84.71º | 0.66% | 0.4% | - |
| HSV(B) | 84.71º | 0.8% | 0.67% | - |
| XYZ | 21.94 | 32.89 | 6.78 | - |
| YUV | 138.75 | 69.45 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 35 | 0.33 | 0 | 0.80 | 0.33 | 84.71 | 0.66 | 0.4 |
| Hex | 73 | AB | 23 | 21 | 0 | 50 | 21 | 55 | 42 | 28 |
| Octal | 163 | 253 | 43 | 41 | 0 | 120 | 41 | 125 | 102 | 50 |
| Binary | 1110011 | 10101011 | 100011 | 100001 | 0 | 1010000 | 100001 | 1010101 | 1000010 | 101000 |
Color Harmonies of #73AB23
Complementary color
Monochromatic Colors of #73AB23
Black with #73AB23
Text Example
Text Example
White with #73AB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB23; }
p { color: rgb(115,171,35); }
H1.HeaderClassName
{
color: #73AB23;
}
.AnyTagClassName
{
color: #73AB23;
}
</style>
background-color css
<style>
a { background-color: #73AB23; }
a { background-color: rgb(115,171,35); }
div.DivClassName
{
background-color: #73AB23;
}
.BgClassName
{
background-color: #73AB23;
}
</style>
border-color css
<style>
span { border-color: #73AB23; }
span { border-color: rgb(115,171,35); }
td.TdClassName
{
border-color: #73AB23;
}
.TagClassName
{
border-color: #73AB23;
}
</style>