Shades of Christi #6DAB10
Tints of Christi #6DAB10
RGB
CMYK
RGB Variations
Color information
#6DAB10 (or 0x6DAB10) is known color: Christi. HEX triplet: 6D, AB and 10. RGB value is (109,171,16). Sum of RGB (Red+Green+Blue) = 109+171+16=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAB10 is #9254EF. Grayscale: #878787. Windows color (decimal): -9590000 or 1092461. OLE color: 1092461.
HSL color Cylindrical-coordinate representation of color #6DAB10: hue angle of 84º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DAB10 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 16 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.33 |
| HSL | 84º | 0.83% | 0.37% | - |
| HSV(B) | 84º | 0.91% | 0.67% | - |
| XYZ | 20.96 | 32.41 | 5.64 | - |
| YUV | 134.79 | 60.96 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 16 | 0.36 | 0 | 0.91 | 0.33 | 84 | 0.83 | 0.37 |
| Hex | 6D | AB | 10 | 24 | 0 | 5B | 21 | 54 | 53 | 25 |
| Octal | 155 | 253 | 20 | 44 | 0 | 133 | 41 | 124 | 123 | 45 |
| Binary | 1101101 | 10101011 | 10000 | 100100 | 0 | 1011011 | 100001 | 1010100 | 1010011 | 100101 |
Color Harmonies of #6DAB10
Complementary color
Monochromatic Colors of #6DAB10
Black with #6DAB10
Text Example
Text Example
White with #6DAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB10; }
p { color: rgb(109,171,16); }
H1.HeaderClassName
{
color: #6DAB10;
}
.AnyTagClassName
{
color: #6DAB10;
}
</style>
background-color css
<style>
a { background-color: #6DAB10; }
a { background-color: rgb(109,171,16); }
div.DivClassName
{
background-color: #6DAB10;
}
.BgClassName
{
background-color: #6DAB10;
}
</style>
border-color css
<style>
span { border-color: #6DAB10; }
span { border-color: rgb(109,171,16); }
td.TdClassName
{
border-color: #6DAB10;
}
.TagClassName
{
border-color: #6DAB10;
}
</style>