Shades of Christi #6DAB13
Tints of Christi #6DAB13
RGB
CMYK
RGB Variations
Color information
#6DAB13 (or 0x6DAB13) is known color: Christi. HEX triplet: 6D, AB and 13. RGB value is (109,171,19). Sum of RGB (Red+Green+Blue) = 109+171+19=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAB13 is #9254EC. Grayscale: #878787. Windows color (decimal): -9589997 or 1289069. OLE color: 1289069.
HSL color Cylindrical-coordinate representation of color #6DAB13: hue angle of 84.47º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DAB13 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 19 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.33 |
| HSL | 84.47º | 0.8% | 0.37% | - |
| HSV(B) | 84.47º | 0.89% | 0.67% | - |
| XYZ | 20.99 | 32.42 | 5.77 | - |
| YUV | 135.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 19 | 0.36 | 0 | 0.89 | 0.33 | 84.47 | 0.8 | 0.37 |
| Hex | 6D | AB | 13 | 24 | 0 | 59 | 21 | 54 | 50 | 25 |
| Octal | 155 | 253 | 23 | 44 | 0 | 131 | 41 | 124 | 120 | 45 |
| Binary | 1101101 | 10101011 | 10011 | 100100 | 0 | 1011001 | 100001 | 1010100 | 1010000 | 100101 |
Color Harmonies of #6DAB13
Complementary color
Monochromatic Colors of #6DAB13
Black with #6DAB13
Text Example
Text Example
White with #6DAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB13; }
p { color: rgb(109,171,19); }
H1.HeaderClassName
{
color: #6DAB13;
}
.AnyTagClassName
{
color: #6DAB13;
}
</style>
background-color css
<style>
a { background-color: #6DAB13; }
a { background-color: rgb(109,171,19); }
div.DivClassName
{
background-color: #6DAB13;
}
.BgClassName
{
background-color: #6DAB13;
}
</style>
border-color css
<style>
span { border-color: #6DAB13; }
span { border-color: rgb(109,171,19); }
td.TdClassName
{
border-color: #6DAB13;
}
.TagClassName
{
border-color: #6DAB13;
}
</style>