Shades of Christi #6AAA05
Tints of Christi #6AAA05
RGB
CMYK
RGB Variations
Color information
#6AAA05 (or 0x6AAA05) is known color: Christi. HEX triplet: 6A, AA and 05. RGB value is (106,170,5). Sum of RGB (Red+Green+Blue) = 106+170+5=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA05 is #9555FA. Grayscale: #848484. Windows color (decimal): -9786875 or 371306. OLE color: 371306.
HSL color Cylindrical-coordinate representation of color #6AAA05: hue angle of 83.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6AAA05 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 5 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.33 |
| HSL | 83.27º | 0.94% | 0.34% | - |
| HSV(B) | 83.27º | 0.97% | 0.67% | - |
| XYZ | 20.35 | 31.82 | 5.21 | - |
| YUV | 132.05 | 56.3 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 5 | 0.38 | 0 | 0.97 | 0.33 | 83.27 | 0.94 | 0.34 |
| Hex | 6A | AA | 5 | 26 | 0 | 61 | 21 | 53 | 5E | 22 |
| Octal | 152 | 252 | 5 | 46 | 0 | 141 | 41 | 123 | 136 | 42 |
| Binary | 1101010 | 10101010 | 101 | 100110 | 0 | 1100001 | 100001 | 1010011 | 1011110 | 100010 |
Color Harmonies of #6AAA05
Complementary color
Monochromatic Colors of #6AAA05
Black with #6AAA05
Text Example
Text Example
White with #6AAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA05; }
p { color: rgb(106,170,5); }
H1.HeaderClassName
{
color: #6AAA05;
}
.AnyTagClassName
{
color: #6AAA05;
}
</style>
background-color css
<style>
a { background-color: #6AAA05; }
a { background-color: rgb(106,170,5); }
div.DivClassName
{
background-color: #6AAA05;
}
.BgClassName
{
background-color: #6AAA05;
}
</style>
border-color css
<style>
span { border-color: #6AAA05; }
span { border-color: rgb(106,170,5); }
td.TdClassName
{
border-color: #6AAA05;
}
.TagClassName
{
border-color: #6AAA05;
}
</style>