Shades of Christi #6AA915
Tints of Christi #6AA915
RGB
CMYK
RGB Variations
Color information
#6AA915 (or 0x6AA915) is known color: Christi. HEX triplet: 6A, A9 and 15. RGB value is (106,169,21). Sum of RGB (Red+Green+Blue) = 106+169+21=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA915 is #9556EA. Grayscale: #858585. Windows color (decimal): -9787115 or 1419626. OLE color: 1419626.
HSL color Cylindrical-coordinate representation of color #6AA915: hue angle of 85.54º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6AA915 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 169 | 21 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.34 |
| HSL | 85.54º | 0.78% | 0.37% | - |
| HSV(B) | 85.54º | 0.88% | 0.66% | - |
| XYZ | 20.27 | 31.49 | 5.72 | - |
| YUV | 133.29 | 64.63 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 169 | 21 | 0.37 | 0 | 0.88 | 0.34 | 85.54 | 0.78 | 0.37 |
| Hex | 6A | A9 | 15 | 25 | 0 | 58 | 22 | 56 | 4E | 25 |
| Octal | 152 | 251 | 25 | 45 | 0 | 130 | 42 | 126 | 116 | 45 |
| Binary | 1101010 | 10101001 | 10101 | 100101 | 0 | 1011000 | 100010 | 1010110 | 1001110 | 100101 |
Color Harmonies of #6AA915
Complementary color
Monochromatic Colors of #6AA915
Black with #6AA915
Text Example
Text Example
White with #6AA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA915; }
p { color: rgb(106,169,21); }
H1.HeaderClassName
{
color: #6AA915;
}
.AnyTagClassName
{
color: #6AA915;
}
</style>
background-color css
<style>
a { background-color: #6AA915; }
a { background-color: rgb(106,169,21); }
div.DivClassName
{
background-color: #6AA915;
}
.BgClassName
{
background-color: #6AA915;
}
</style>
border-color css
<style>
span { border-color: #6AA915; }
span { border-color: rgb(106,169,21); }
td.TdClassName
{
border-color: #6AA915;
}
.TagClassName
{
border-color: #6AA915;
}
</style>