Shades of Christi #6AA100
Tints of Christi #6AA100
RGB
CMYK
RGB Variations
Color information
#6AA100 (or 0x6AA100) is known color: Christi. HEX triplet: 6A, A1 and 00. RGB value is (106,161,0). Sum of RGB (Red+Green+Blue) = 106+161+0=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 161 (63.28% from 255 or 60.30% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA100 is #955EFF. Grayscale: #7E7E7E. Windows color (decimal): -9789184 or 41322. OLE color: 41322.
HSL color Cylindrical-coordinate representation of color #6AA100: hue angle of 80.5º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AA100 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.37 |
| HSL | 80.5º | 1% | 0.32% | - |
| HSV(B) | 80.5º | 1% | 0.63% | - |
| XYZ | 18.69 | 28.55 | 4.53 | - |
| YUV | 126.2 | 56.78 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 0 | 0.34 | 0 | 1 | 0.37 | 80.5 | 1 | 0.32 |
| Hex | 6A | A1 | 0 | 22 | 0 | 64 | 25 | 50 | 64 | 20 |
| Octal | 152 | 241 | 0 | 42 | 0 | 144 | 45 | 120 | 144 | 40 |
| Binary | 1101010 | 10100001 | 0 | 100010 | 0 | 1100100 | 100101 | 1010000 | 1100100 | 100000 |
Color Harmonies of #6AA100
Complementary color
Monochromatic Colors of #6AA100
Black with #6AA100
Text Example
Text Example
White with #6AA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA100; }
p { color: rgb(106,161,0); }
H1.HeaderClassName
{
color: #6AA100;
}
.AnyTagClassName
{
color: #6AA100;
}
</style>
background-color css
<style>
a { background-color: #6AA100; }
a { background-color: rgb(106,161,0); }
div.DivClassName
{
background-color: #6AA100;
}
.BgClassName
{
background-color: #6AA100;
}
</style>
border-color css
<style>
span { border-color: #6AA100; }
span { border-color: rgb(106,161,0); }
td.TdClassName
{
border-color: #6AA100;
}
.TagClassName
{
border-color: #6AA100;
}
</style>