Shades of Christi #6AAA0D
Tints of Christi #6AAA0D
RGB
CMYK
RGB Variations
Color information
#6AAA0D (or 0x6AAA0D) is known color: Christi. HEX triplet: 6A, AA and 0D. RGB value is (106,170,13). Sum of RGB (Red+Green+Blue) = 106+170+13=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA0D is #9555F2. Grayscale: #858585. Windows color (decimal): -9786867 or 895594. OLE color: 895594.
HSL color Cylindrical-coordinate representation of color #6AAA0D: hue angle of 84.46º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6AAA0D is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 13 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.33 |
| HSL | 84.46º | 0.86% | 0.36% | - |
| HSV(B) | 84.46º | 0.92% | 0.67% | - |
| XYZ | 20.39 | 31.84 | 5.45 | - |
| YUV | 132.97 | 60.3 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 13 | 0.38 | 0 | 0.92 | 0.33 | 84.46 | 0.86 | 0.36 |
| Hex | 6A | AA | D | 26 | 0 | 5C | 21 | 54 | 56 | 24 |
| Octal | 152 | 252 | 15 | 46 | 0 | 134 | 41 | 124 | 126 | 44 |
| Binary | 1101010 | 10101010 | 1101 | 100110 | 0 | 1011100 | 100001 | 1010100 | 1010110 | 100100 |
Color Harmonies of #6AAA0D
Complementary color
Monochromatic Colors of #6AAA0D
Black with #6AAA0D
Text Example
Text Example
White with #6AAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA0D; }
p { color: rgb(106,170,13); }
H1.HeaderClassName
{
color: #6AAA0D;
}
.AnyTagClassName
{
color: #6AAA0D;
}
</style>
background-color css
<style>
a { background-color: #6AAA0D; }
a { background-color: rgb(106,170,13); }
div.DivClassName
{
background-color: #6AAA0D;
}
.BgClassName
{
background-color: #6AAA0D;
}
</style>
border-color css
<style>
span { border-color: #6AAA0D; }
span { border-color: rgb(106,170,13); }
td.TdClassName
{
border-color: #6AAA0D;
}
.TagClassName
{
border-color: #6AAA0D;
}
</style>