Shades of Christi #68AB24
Tints of Christi #68AB24
RGB
CMYK
RGB Variations
Color information
#68AB24 (or 0x68AB24) is known color: Christi. HEX triplet: 68, AB and 24. RGB value is (104,171,36). Sum of RGB (Red+Green+Blue) = 104+171+36=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB24 is #9754DB. Grayscale: #888888. Windows color (decimal): -9917660 or 2403176. OLE color: 2403176.
HSL color Cylindrical-coordinate representation of color #68AB24: hue angle of 89.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68AB24 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 36 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.33 |
| HSL | 89.78º | 0.65% | 0.41% | - |
| HSV(B) | 89.78º | 0.79% | 0.67% | - |
| XYZ | 20.59 | 32.2 | 6.8 | - |
| YUV | 135.58 | 71.8 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 36 | 0.39 | 0 | 0.79 | 0.33 | 89.78 | 0.65 | 0.41 |
| Hex | 68 | AB | 24 | 27 | 0 | 4F | 21 | 5A | 41 | 29 |
| Octal | 150 | 253 | 44 | 47 | 0 | 117 | 41 | 132 | 101 | 51 |
| Binary | 1101000 | 10101011 | 100100 | 100111 | 0 | 1001111 | 100001 | 1011010 | 1000001 | 101001 |
Color Harmonies of #68AB24
Complementary color
Monochromatic Colors of #68AB24
Black with #68AB24
Text Example
Text Example
White with #68AB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB24; }
p { color: rgb(104,171,36); }
H1.HeaderClassName
{
color: #68AB24;
}
.AnyTagClassName
{
color: #68AB24;
}
</style>
background-color css
<style>
a { background-color: #68AB24; }
a { background-color: rgb(104,171,36); }
div.DivClassName
{
background-color: #68AB24;
}
.BgClassName
{
background-color: #68AB24;
}
</style>
border-color css
<style>
span { border-color: #68AB24; }
span { border-color: rgb(104,171,36); }
td.TdClassName
{
border-color: #68AB24;
}
.TagClassName
{
border-color: #68AB24;
}
</style>