Shades of Christi #6CAA31
Tints of Christi #6CAA31
RGB
CMYK
RGB Variations
Color information
#6CAA31 (or 0x6CAA31) is known color: Christi. HEX triplet: 6C, AA and 31. RGB value is (108,170,49). Sum of RGB (Red+Green+Blue) = 108+170+49=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAA31 is #9355CE. Grayscale: #8A8A8A. Windows color (decimal): -9655759 or 3254892. OLE color: 3254892.
HSL color Cylindrical-coordinate representation of color #6CAA31: hue angle of 90.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6CAA31 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 170 | 49 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.33 |
| HSL | 90.74º | 0.55% | 0.43% | - |
| HSV(B) | 90.74º | 0.71% | 0.67% | - |
| XYZ | 21.11 | 32.16 | 8 | - |
| YUV | 137.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 49 | 0.36 | 0 | 0.71 | 0.33 | 90.74 | 0.55 | 0.43 |
| Hex | 6C | AA | 31 | 24 | 0 | 47 | 21 | 5B | 37 | 2B |
| Octal | 154 | 252 | 61 | 44 | 0 | 107 | 41 | 133 | 67 | 53 |
| Binary | 1101100 | 10101010 | 110001 | 100100 | 0 | 1000111 | 100001 | 1011011 | 110111 | 101011 |
Color Harmonies of #6CAA31
Complementary color
Monochromatic Colors of #6CAA31
Black with #6CAA31
Text Example
Text Example
White with #6CAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAA31; }
p { color: rgb(108,170,49); }
H1.HeaderClassName
{
color: #6CAA31;
}
.AnyTagClassName
{
color: #6CAA31;
}
</style>
background-color css
<style>
a { background-color: #6CAA31; }
a { background-color: rgb(108,170,49); }
div.DivClassName
{
background-color: #6CAA31;
}
.BgClassName
{
background-color: #6CAA31;
}
</style>
border-color css
<style>
span { border-color: #6CAA31; }
span { border-color: rgb(108,170,49); }
td.TdClassName
{
border-color: #6CAA31;
}
.TagClassName
{
border-color: #6CAA31;
}
</style>