Shades of Christi #68AB15
Tints of Christi #68AB15
RGB
CMYK
RGB Variations
Color information
#68AB15 (or 0x68AB15) is known color: Christi. HEX triplet: 68, AB and 15. RGB value is (104,171,21). Sum of RGB (Red+Green+Blue) = 104+171+21=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AB15 is #9754EA. Grayscale: #868686. Windows color (decimal): -9917675 or 1420136. OLE color: 1420136.
HSL color Cylindrical-coordinate representation of color #68AB15: hue angle of 86.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68AB15 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 21 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.33 |
| HSL | 86.8º | 0.78% | 0.38% | - |
| HSV(B) | 86.8º | 0.88% | 0.67% | - |
| XYZ | 20.41 | 32.12 | 5.83 | - |
| YUV | 133.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 21 | 0.39 | 0 | 0.88 | 0.33 | 86.8 | 0.78 | 0.38 |
| Hex | 68 | AB | 15 | 27 | 0 | 58 | 21 | 57 | 4E | 26 |
| Octal | 150 | 253 | 25 | 47 | 0 | 130 | 41 | 127 | 116 | 46 |
| Binary | 1101000 | 10101011 | 10101 | 100111 | 0 | 1011000 | 100001 | 1010111 | 1001110 | 100110 |
Color Harmonies of #68AB15
Complementary color
Monochromatic Colors of #68AB15
Black with #68AB15
Text Example
Text Example
White with #68AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB15; }
p { color: rgb(104,171,21); }
H1.HeaderClassName
{
color: #68AB15;
}
.AnyTagClassName
{
color: #68AB15;
}
</style>
background-color css
<style>
a { background-color: #68AB15; }
a { background-color: rgb(104,171,21); }
div.DivClassName
{
background-color: #68AB15;
}
.BgClassName
{
background-color: #68AB15;
}
</style>
border-color css
<style>
span { border-color: #68AB15; }
span { border-color: rgb(104,171,21); }
td.TdClassName
{
border-color: #68AB15;
}
.TagClassName
{
border-color: #68AB15;
}
</style>