Shades of Christi #6AAA07
Tints of Christi #6AAA07
RGB
CMYK
RGB Variations
Color information
#6AAA07 (or 0x6AAA07) is known color: Christi. HEX triplet: 6A, AA and 07. RGB value is (106,170,7). Sum of RGB (Red+Green+Blue) = 106+170+7=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA07 is #9555F8. Grayscale: #848484. Windows color (decimal): -9786873 or 502378. OLE color: 502378.
HSL color Cylindrical-coordinate representation of color #6AAA07: hue angle of 83.56º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AAA07 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 7 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.33 |
| HSL | 83.56º | 0.92% | 0.35% | - |
| HSV(B) | 83.56º | 0.96% | 0.67% | - |
| XYZ | 20.36 | 31.83 | 5.27 | - |
| YUV | 132.28 | 57.3 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 7 | 0.38 | 0 | 0.96 | 0.33 | 83.56 | 0.92 | 0.35 |
| Hex | 6A | AA | 7 | 26 | 0 | 60 | 21 | 54 | 5C | 23 |
| Octal | 152 | 252 | 7 | 46 | 0 | 140 | 41 | 124 | 134 | 43 |
| Binary | 1101010 | 10101010 | 111 | 100110 | 0 | 1100000 | 100001 | 1010100 | 1011100 | 100011 |
Color Harmonies of #6AAA07
Complementary color
Monochromatic Colors of #6AAA07
Black with #6AAA07
Text Example
Text Example
White with #6AAA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA07; }
p { color: rgb(106,170,7); }
H1.HeaderClassName
{
color: #6AAA07;
}
.AnyTagClassName
{
color: #6AAA07;
}
</style>
background-color css
<style>
a { background-color: #6AAA07; }
a { background-color: rgb(106,170,7); }
div.DivClassName
{
background-color: #6AAA07;
}
.BgClassName
{
background-color: #6AAA07;
}
</style>
border-color css
<style>
span { border-color: #6AAA07; }
span { border-color: rgb(106,170,7); }
td.TdClassName
{
border-color: #6AAA07;
}
.TagClassName
{
border-color: #6AAA07;
}
</style>