Shades of Christi #6AA619
Tints of Christi #6AA619
RGB
CMYK
RGB Variations
Color information
#6AA619 (or 0x6AA619) is known color: Christi. HEX triplet: 6A, A6 and 19. RGB value is (106,166,25). Sum of RGB (Red+Green+Blue) = 106+166+25=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA619 is #9559E6. Grayscale: #848484. Windows color (decimal): -9787879 or 1681002. OLE color: 1681002.
HSL color Cylindrical-coordinate representation of color #6AA619: hue angle of 85.53º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AA619 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 166 | 25 | - |
| CMYK | 0.36 | 0 | 0.85 | 0.35 |
| HSL | 85.53º | 0.74% | 0.37% | - |
| HSV(B) | 85.53º | 0.85% | 0.65% | - |
| XYZ | 19.76 | 30.41 | 5.75 | - |
| YUV | 131.99 | 67.62 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 166 | 25 | 0.36 | 0 | 0.85 | 0.35 | 85.53 | 0.74 | 0.37 |
| Hex | 6A | A6 | 19 | 24 | 0 | 55 | 23 | 56 | 4A | 25 |
| Octal | 152 | 246 | 31 | 44 | 0 | 125 | 43 | 126 | 112 | 45 |
| Binary | 1101010 | 10100110 | 11001 | 100100 | 0 | 1010101 | 100011 | 1010110 | 1001010 | 100101 |
Color Harmonies of #6AA619
Complementary color
Monochromatic Colors of #6AA619
Black with #6AA619
Text Example
Text Example
White with #6AA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA619; }
p { color: rgb(106,166,25); }
H1.HeaderClassName
{
color: #6AA619;
}
.AnyTagClassName
{
color: #6AA619;
}
</style>
background-color css
<style>
a { background-color: #6AA619; }
a { background-color: rgb(106,166,25); }
div.DivClassName
{
background-color: #6AA619;
}
.BgClassName
{
background-color: #6AA619;
}
</style>
border-color css
<style>
span { border-color: #6AA619; }
span { border-color: rgb(106,166,25); }
td.TdClassName
{
border-color: #6AA619;
}
.TagClassName
{
border-color: #6AA619;
}
</style>