Shades of Christi #6DAB28
Tints of Christi #6DAB28
RGB
CMYK
RGB Variations
Color information
#6DAB28 (or 0x6DAB28) is known color: Christi. HEX triplet: 6D, AB and 28. RGB value is (109,171,40). Sum of RGB (Red+Green+Blue) = 109+171+40=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAB28 is #9254D7. Grayscale: #898989. Windows color (decimal): -9589976 or 2665325. OLE color: 2665325.
HSL color Cylindrical-coordinate representation of color #6DAB28: hue angle of 88.4º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6DAB28 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 40 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.33 |
| HSL | 88.4º | 0.62% | 0.41% | - |
| HSV(B) | 88.4º | 0.77% | 0.67% | - |
| XYZ | 21.25 | 32.53 | 7.17 | - |
| YUV | 137.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 40 | 0.36 | 0 | 0.77 | 0.33 | 88.4 | 0.62 | 0.41 |
| Hex | 6D | AB | 28 | 24 | 0 | 4D | 21 | 58 | 3E | 29 |
| Octal | 155 | 253 | 50 | 44 | 0 | 115 | 41 | 130 | 76 | 51 |
| Binary | 1101101 | 10101011 | 101000 | 100100 | 0 | 1001101 | 100001 | 1011000 | 111110 | 101001 |
Color Harmonies of #6DAB28
Complementary color
Monochromatic Colors of #6DAB28
Black with #6DAB28
Text Example
Text Example
White with #6DAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB28; }
p { color: rgb(109,171,40); }
H1.HeaderClassName
{
color: #6DAB28;
}
.AnyTagClassName
{
color: #6DAB28;
}
</style>
background-color css
<style>
a { background-color: #6DAB28; }
a { background-color: rgb(109,171,40); }
div.DivClassName
{
background-color: #6DAB28;
}
.BgClassName
{
background-color: #6DAB28;
}
</style>
border-color css
<style>
span { border-color: #6DAB28; }
span { border-color: rgb(109,171,40); }
td.TdClassName
{
border-color: #6DAB28;
}
.TagClassName
{
border-color: #6DAB28;
}
</style>