Shades of Christi #6CAA1C
Tints of Christi #6CAA1C
RGB
CMYK
RGB Variations
Color information
#6CAA1C (or 0x6CAA1C) is known color: Christi. HEX triplet: 6C, AA and 1C. RGB value is (108,170,28). Sum of RGB (Red+Green+Blue) = 108+170+28=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAA1C is #9355E3. Grayscale: #878787. Windows color (decimal): -9655780 or 1878636. OLE color: 1878636.
HSL color Cylindrical-coordinate representation of color #6CAA1C: hue angle of 86.2º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6CAA1C is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 170 | 28 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.33 |
| HSL | 86.2º | 0.72% | 0.39% | - |
| HSV(B) | 86.2º | 0.84% | 0.67% | - |
| XYZ | 20.77 | 32.02 | 6.18 | - |
| YUV | 135.27 | 67.46 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 28 | 0.36 | 0 | 0.84 | 0.33 | 86.2 | 0.72 | 0.39 |
| Hex | 6C | AA | 1C | 24 | 0 | 54 | 21 | 56 | 48 | 27 |
| Octal | 154 | 252 | 34 | 44 | 0 | 124 | 41 | 126 | 110 | 47 |
| Binary | 1101100 | 10101010 | 11100 | 100100 | 0 | 1010100 | 100001 | 1010110 | 1001000 | 100111 |
Color Harmonies of #6CAA1C
Complementary color
Monochromatic Colors of #6CAA1C
Black with #6CAA1C
Text Example
Text Example
White with #6CAA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAA1C; }
p { color: rgb(108,170,28); }
H1.HeaderClassName
{
color: #6CAA1C;
}
.AnyTagClassName
{
color: #6CAA1C;
}
</style>
background-color css
<style>
a { background-color: #6CAA1C; }
a { background-color: rgb(108,170,28); }
div.DivClassName
{
background-color: #6CAA1C;
}
.BgClassName
{
background-color: #6CAA1C;
}
</style>
border-color css
<style>
span { border-color: #6CAA1C; }
span { border-color: rgb(108,170,28); }
td.TdClassName
{
border-color: #6CAA1C;
}
.TagClassName
{
border-color: #6CAA1C;
}
</style>