Shades of Christi #6CAC15
Tints of Christi #6CAC15
RGB
CMYK
RGB Variations
Color information
#6CAC15 (or 0x6CAC15) is known color: Christi. HEX triplet: 6C, AC and 15. RGB value is (108,172,21). Sum of RGB (Red+Green+Blue) = 108+172+21=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAC15 is #9353EA. Grayscale: #888888. Windows color (decimal): -9655275 or 1420396. OLE color: 1420396.
HSL color Cylindrical-coordinate representation of color #6CAC15: hue angle of 85.43º 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 #6CAC15 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 21 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.33 |
| HSL | 85.43º | 0.78% | 0.38% | - |
| HSV(B) | 85.43º | 0.88% | 0.67% | - |
| XYZ | 21.07 | 32.75 | 5.92 | - |
| YUV | 135.65 | 63.3 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 21 | 0.37 | 0 | 0.88 | 0.33 | 85.43 | 0.78 | 0.38 |
| Hex | 6C | AC | 15 | 25 | 0 | 58 | 21 | 55 | 4E | 26 |
| Octal | 154 | 254 | 25 | 45 | 0 | 130 | 41 | 125 | 116 | 46 |
| Binary | 1101100 | 10101100 | 10101 | 100101 | 0 | 1011000 | 100001 | 1010101 | 1001110 | 100110 |
Color Harmonies of #6CAC15
Complementary color
Monochromatic Colors of #6CAC15
Black with #6CAC15
Text Example
Text Example
White with #6CAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC15; }
p { color: rgb(108,172,21); }
H1.HeaderClassName
{
color: #6CAC15;
}
.AnyTagClassName
{
color: #6CAC15;
}
</style>
background-color css
<style>
a { background-color: #6CAC15; }
a { background-color: rgb(108,172,21); }
div.DivClassName
{
background-color: #6CAC15;
}
.BgClassName
{
background-color: #6CAC15;
}
</style>
border-color css
<style>
span { border-color: #6CAC15; }
span { border-color: rgb(108,172,21); }
td.TdClassName
{
border-color: #6CAC15;
}
.TagClassName
{
border-color: #6CAC15;
}
</style>