Shades of Christi #6AAA01
Tints of Christi #6AAA01
RGB
CMYK
RGB Variations
Color information
#6AAA01 (or 0x6AAA01) is known color: Christi. HEX triplet: 6A, AA and 01. RGB value is (106,170,1). Sum of RGB (Red+Green+Blue) = 106+170+1=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA01 is #9555FE. Grayscale: #848484. Windows color (decimal): -9786879 or 109162. OLE color: 109162.
HSL color Cylindrical-coordinate representation of color #6AAA01: hue angle of 82.72º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AAA01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.33 |
| HSL | 82.72º | 0.99% | 0.34% | - |
| HSV(B) | 82.72º | 0.99% | 0.67% | - |
| XYZ | 20.32 | 31.82 | 5.1 | - |
| YUV | 131.6 | 54.3 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 1 | 0.38 | 0 | 0.99 | 0.33 | 82.72 | 0.99 | 0.34 |
| Hex | 6A | AA | 1 | 26 | 0 | 63 | 21 | 53 | 63 | 22 |
| Octal | 152 | 252 | 1 | 46 | 0 | 143 | 41 | 123 | 143 | 42 |
| Binary | 1101010 | 10101010 | 1 | 100110 | 0 | 1100011 | 100001 | 1010011 | 1100011 | 100010 |
Color Harmonies of #6AAA01
Complementary color
Monochromatic Colors of #6AAA01
Black with #6AAA01
Text Example
Text Example
White with #6AAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA01; }
p { color: rgb(106,170,1); }
H1.HeaderClassName
{
color: #6AAA01;
}
.AnyTagClassName
{
color: #6AAA01;
}
</style>
background-color css
<style>
a { background-color: #6AAA01; }
a { background-color: rgb(106,170,1); }
div.DivClassName
{
background-color: #6AAA01;
}
.BgClassName
{
background-color: #6AAA01;
}
</style>
border-color css
<style>
span { border-color: #6AAA01; }
span { border-color: rgb(106,170,1); }
td.TdClassName
{
border-color: #6AAA01;
}
.TagClassName
{
border-color: #6AAA01;
}
</style>