Shades of Christi #6BAA13
Tints of Christi #6BAA13
RGB
CMYK
RGB Variations
Color information
#6BAA13 (or 0x6BAA13) is known color: Christi. HEX triplet: 6B, AA and 13. RGB value is (107,170,19). Sum of RGB (Red+Green+Blue) = 107+170+19=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAA13 is #9455EC. Grayscale: #868686. Windows color (decimal): -9721325 or 1288811. OLE color: 1288811.
HSL color Cylindrical-coordinate representation of color #6BAA13: hue angle of 85.03º 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 #6BAA13 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 19 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.33 |
| HSL | 85.03º | 0.8% | 0.37% | - |
| HSV(B) | 85.03º | 0.89% | 0.67% | - |
| XYZ | 20.56 | 31.92 | 5.69 | - |
| YUV | 133.95 | 63.13 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 19 | 0.37 | 0 | 0.89 | 0.33 | 85.03 | 0.8 | 0.37 |
| Hex | 6B | AA | 13 | 25 | 0 | 59 | 21 | 55 | 50 | 25 |
| Octal | 153 | 252 | 23 | 45 | 0 | 131 | 41 | 125 | 120 | 45 |
| Binary | 1101011 | 10101010 | 10011 | 100101 | 0 | 1011001 | 100001 | 1010101 | 1010000 | 100101 |
Color Harmonies of #6BAA13
Complementary color
Monochromatic Colors of #6BAA13
Black with #6BAA13
Text Example
Text Example
White with #6BAA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA13; }
p { color: rgb(107,170,19); }
H1.HeaderClassName
{
color: #6BAA13;
}
.AnyTagClassName
{
color: #6BAA13;
}
</style>
background-color css
<style>
a { background-color: #6BAA13; }
a { background-color: rgb(107,170,19); }
div.DivClassName
{
background-color: #6BAA13;
}
.BgClassName
{
background-color: #6BAA13;
}
</style>
border-color css
<style>
span { border-color: #6BAA13; }
span { border-color: rgb(107,170,19); }
td.TdClassName
{
border-color: #6BAA13;
}
.TagClassName
{
border-color: #6BAA13;
}
</style>