Shades of Christi #6CAC00
Tints of Christi #6CAC00
RGB
CMYK
RGB Variations
Color information
#6CAC00 (or 0x6CAC00) is known color: Christi. HEX triplet: 6C, AC and 00. RGB value is (108,172,0). Sum of RGB (Red+Green+Blue) = 108+172+0=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAC00 is #9353FF. Grayscale: #858585. Windows color (decimal): -9655296 or 44140. OLE color: 44140.
HSL color Cylindrical-coordinate representation of color #6CAC00: hue angle of 82.33º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CAC00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.33 |
| HSL | 82.33º | 1% | 0.34% | - |
| HSV(B) | 82.33º | 1% | 0.67% | - |
| XYZ | 20.94 | 32.69 | 5.21 | - |
| YUV | 133.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 0 | 0.37 | 0 | 1 | 0.33 | 82.33 | 1 | 0.34 |
| Hex | 6C | AC | 0 | 25 | 0 | 64 | 21 | 52 | 64 | 22 |
| Octal | 154 | 254 | 0 | 45 | 0 | 144 | 41 | 122 | 144 | 42 |
| Binary | 1101100 | 10101100 | 0 | 100101 | 0 | 1100100 | 100001 | 1010010 | 1100100 | 100010 |
Color Harmonies of #6CAC00
Complementary color
Monochromatic Colors of #6CAC00
Black with #6CAC00
Text Example
Text Example
White with #6CAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC00; }
p { color: rgb(108,172,0); }
H1.HeaderClassName
{
color: #6CAC00;
}
.AnyTagClassName
{
color: #6CAC00;
}
</style>
background-color css
<style>
a { background-color: #6CAC00; }
a { background-color: rgb(108,172,0); }
div.DivClassName
{
background-color: #6CAC00;
}
.BgClassName
{
background-color: #6CAC00;
}
</style>
border-color css
<style>
span { border-color: #6CAC00; }
span { border-color: rgb(108,172,0); }
td.TdClassName
{
border-color: #6CAC00;
}
.TagClassName
{
border-color: #6CAC00;
}
</style>