Shades of Christi #6DAB20
Tints of Christi #6DAB20
RGB
CMYK
RGB Variations
Color information
#6DAB20 (or 0x6DAB20) is known color: Christi. HEX triplet: 6D, AB and 20. RGB value is (109,171,32). Sum of RGB (Red+Green+Blue) = 109+171+32=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAB20 is #9254DF. Grayscale: #898989. Windows color (decimal): -9589984 or 2141037. OLE color: 2141037.
HSL color Cylindrical-coordinate representation of color #6DAB20: hue angle of 86.76º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6DAB20 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 32 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.33 |
| HSL | 86.76º | 0.68% | 0.4% | - |
| HSV(B) | 86.76º | 0.81% | 0.67% | - |
| XYZ | 21.13 | 32.48 | 6.52 | - |
| YUV | 136.62 | 68.96 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 32 | 0.36 | 0 | 0.81 | 0.33 | 86.76 | 0.68 | 0.4 |
| Hex | 6D | AB | 20 | 24 | 0 | 51 | 21 | 57 | 44 | 28 |
| Octal | 155 | 253 | 40 | 44 | 0 | 121 | 41 | 127 | 104 | 50 |
| Binary | 1101101 | 10101011 | 100000 | 100100 | 0 | 1010001 | 100001 | 1010111 | 1000100 | 101000 |
Color Harmonies of #6DAB20
Complementary color
Monochromatic Colors of #6DAB20
Black with #6DAB20
Text Example
Text Example
White with #6DAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB20; }
p { color: rgb(109,171,32); }
H1.HeaderClassName
{
color: #6DAB20;
}
.AnyTagClassName
{
color: #6DAB20;
}
</style>
background-color css
<style>
a { background-color: #6DAB20; }
a { background-color: rgb(109,171,32); }
div.DivClassName
{
background-color: #6DAB20;
}
.BgClassName
{
background-color: #6DAB20;
}
</style>
border-color css
<style>
span { border-color: #6DAB20; }
span { border-color: rgb(109,171,32); }
td.TdClassName
{
border-color: #6DAB20;
}
.TagClassName
{
border-color: #6DAB20;
}
</style>