Shades of Christi #6DAA31
Tints of Christi #6DAA31
RGB
CMYK
RGB Variations
Color information
#6DAA31 (or 0x6DAA31) is known color: Christi. HEX triplet: 6D, AA and 31. RGB value is (109,170,49). Sum of RGB (Red+Green+Blue) = 109+170+49=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAA31 is #9255CE. Grayscale: #8A8A8A. Windows color (decimal): -9590223 or 3254893. OLE color: 3254893.
HSL color Cylindrical-coordinate representation of color #6DAA31: hue angle of 90.25º 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 #6DAA31 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 49 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.33 |
| HSL | 90.25º | 0.55% | 0.43% | - |
| HSV(B) | 90.25º | 0.71% | 0.67% | - |
| XYZ | 21.24 | 32.22 | 8.01 | - |
| YUV | 137.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 49 | 0.36 | 0 | 0.71 | 0.33 | 90.25 | 0.55 | 0.43 |
| Hex | 6D | AA | 31 | 24 | 0 | 47 | 21 | 5A | 37 | 2B |
| Octal | 155 | 252 | 61 | 44 | 0 | 107 | 41 | 132 | 67 | 53 |
| Binary | 1101101 | 10101010 | 110001 | 100100 | 0 | 1000111 | 100001 | 1011010 | 110111 | 101011 |
Color Harmonies of #6DAA31
Complementary color
Monochromatic Colors of #6DAA31
Black with #6DAA31
Text Example
Text Example
White with #6DAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA31; }
p { color: rgb(109,170,49); }
H1.HeaderClassName
{
color: #6DAA31;
}
.AnyTagClassName
{
color: #6DAA31;
}
</style>
background-color css
<style>
a { background-color: #6DAA31; }
a { background-color: rgb(109,170,49); }
div.DivClassName
{
background-color: #6DAA31;
}
.BgClassName
{
background-color: #6DAA31;
}
</style>
border-color css
<style>
span { border-color: #6DAA31; }
span { border-color: rgb(109,170,49); }
td.TdClassName
{
border-color: #6DAA31;
}
.TagClassName
{
border-color: #6DAA31;
}
</style>