Shades of Christi #6AA919
Tints of Christi #6AA919
RGB
CMYK
RGB Variations
Color information
#6AA919 (or 0x6AA919) is known color: Christi. HEX triplet: 6A, A9 and 19. RGB value is (106,169,25). Sum of RGB (Red+Green+Blue) = 106+169+25=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA919 is #9556E6. Grayscale: #868686. Windows color (decimal): -9787111 or 1681770. OLE color: 1681770.
HSL color Cylindrical-coordinate representation of color #6AA919: hue angle of 86.25º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AA919 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 169 | 25 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.34 |
| HSL | 86.25º | 0.74% | 0.38% | - |
| HSV(B) | 86.25º | 0.85% | 0.66% | - |
| XYZ | 20.31 | 31.51 | 5.93 | - |
| YUV | 133.75 | 66.63 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 169 | 25 | 0.37 | 0 | 0.85 | 0.34 | 86.25 | 0.74 | 0.38 |
| Hex | 6A | A9 | 19 | 25 | 0 | 55 | 22 | 56 | 4A | 26 |
| Octal | 152 | 251 | 31 | 45 | 0 | 125 | 42 | 126 | 112 | 46 |
| Binary | 1101010 | 10101001 | 11001 | 100101 | 0 | 1010101 | 100010 | 1010110 | 1001010 | 100110 |
Color Harmonies of #6AA919
Complementary color
Monochromatic Colors of #6AA919
Black with #6AA919
Text Example
Text Example
White with #6AA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA919; }
p { color: rgb(106,169,25); }
H1.HeaderClassName
{
color: #6AA919;
}
.AnyTagClassName
{
color: #6AA919;
}
</style>
background-color css
<style>
a { background-color: #6AA919; }
a { background-color: rgb(106,169,25); }
div.DivClassName
{
background-color: #6AA919;
}
.BgClassName
{
background-color: #6AA919;
}
</style>
border-color css
<style>
span { border-color: #6AA919; }
span { border-color: rgb(106,169,25); }
td.TdClassName
{
border-color: #6AA919;
}
.TagClassName
{
border-color: #6AA919;
}
</style>