Shades of Christi #6AAB0D
Tints of Christi #6AAB0D
RGB
CMYK
RGB Variations
Color information
#6AAB0D (or 0x6AAB0D) is known color: Christi. HEX triplet: 6A, AB and 0D. RGB value is (106,171,13). Sum of RGB (Red+Green+Blue) = 106+171+13=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAB0D is #9554F2. Grayscale: #868686. Windows color (decimal): -9786611 or 895850. OLE color: 895850.
HSL color Cylindrical-coordinate representation of color #6AAB0D: hue angle of 84.68º 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 #6AAB0D is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 171 | 13 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.33 |
| HSL | 84.68º | 0.86% | 0.36% | - |
| HSV(B) | 84.68º | 0.92% | 0.67% | - |
| XYZ | 20.58 | 32.22 | 5.52 | - |
| YUV | 133.55 | 59.97 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 171 | 13 | 0.38 | 0 | 0.92 | 0.33 | 84.68 | 0.86 | 0.36 |
| Hex | 6A | AB | D | 26 | 0 | 5C | 21 | 55 | 56 | 24 |
| Octal | 152 | 253 | 15 | 46 | 0 | 134 | 41 | 125 | 126 | 44 |
| Binary | 1101010 | 10101011 | 1101 | 100110 | 0 | 1011100 | 100001 | 1010101 | 1010110 | 100100 |
Color Harmonies of #6AAB0D
Complementary color
Monochromatic Colors of #6AAB0D
Black with #6AAB0D
Text Example
Text Example
White with #6AAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAB0D; }
p { color: rgb(106,171,13); }
H1.HeaderClassName
{
color: #6AAB0D;
}
.AnyTagClassName
{
color: #6AAB0D;
}
</style>
background-color css
<style>
a { background-color: #6AAB0D; }
a { background-color: rgb(106,171,13); }
div.DivClassName
{
background-color: #6AAB0D;
}
.BgClassName
{
background-color: #6AAB0D;
}
</style>
border-color css
<style>
span { border-color: #6AAB0D; }
span { border-color: rgb(106,171,13); }
td.TdClassName
{
border-color: #6AAB0D;
}
.TagClassName
{
border-color: #6AAB0D;
}
</style>