Shades of Christi #6DAB19
Tints of Christi #6DAB19
RGB
CMYK
RGB Variations
Color information
#6DAB19 (or 0x6DAB19) is known color: Christi. HEX triplet: 6D, AB and 19. RGB value is (109,171,25). Sum of RGB (Red+Green+Blue) = 109+171+25=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAB19 is #9254E6. Grayscale: #888888. Windows color (decimal): -9589991 or 1682285. OLE color: 1682285.
HSL color Cylindrical-coordinate representation of color #6DAB19: hue angle of 85.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6DAB19 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 25 | - |
| CMYK | 0.36 | 0 | 0.85 | 0.33 |
| HSL | 85.48º | 0.74% | 0.38% | - |
| HSV(B) | 85.48º | 0.85% | 0.67% | - |
| XYZ | 21.05 | 32.45 | 6.07 | - |
| YUV | 135.82 | 65.46 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 25 | 0.36 | 0 | 0.85 | 0.33 | 85.48 | 0.74 | 0.38 |
| Hex | 6D | AB | 19 | 24 | 0 | 55 | 21 | 55 | 4A | 26 |
| Octal | 155 | 253 | 31 | 44 | 0 | 125 | 41 | 125 | 112 | 46 |
| Binary | 1101101 | 10101011 | 11001 | 100100 | 0 | 1010101 | 100001 | 1010101 | 1001010 | 100110 |
Color Harmonies of #6DAB19
Complementary color
Monochromatic Colors of #6DAB19
Black with #6DAB19
Text Example
Text Example
White with #6DAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB19; }
p { color: rgb(109,171,25); }
H1.HeaderClassName
{
color: #6DAB19;
}
.AnyTagClassName
{
color: #6DAB19;
}
</style>
background-color css
<style>
a { background-color: #6DAB19; }
a { background-color: rgb(109,171,25); }
div.DivClassName
{
background-color: #6DAB19;
}
.BgClassName
{
background-color: #6DAB19;
}
</style>
border-color css
<style>
span { border-color: #6DAB19; }
span { border-color: rgb(109,171,25); }
td.TdClassName
{
border-color: #6DAB19;
}
.TagClassName
{
border-color: #6DAB19;
}
</style>