Shades of Christi #6DAA0E
Tints of Christi #6DAA0E
RGB
CMYK
RGB Variations
Color information
#6DAA0E (or 0x6DAA0E) is known color: Christi. HEX triplet: 6D, AA and 0E. RGB value is (109,170,14). Sum of RGB (Red+Green+Blue) = 109+170+14=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAA0E is #9255F1. Grayscale: #868686. Windows color (decimal): -9590258 or 961133. OLE color: 961133.
HSL color Cylindrical-coordinate representation of color #6DAA0E: hue angle of 83.46º degrees, saturation: 0.85, 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 #6DAA0E is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 14 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.33 |
| HSL | 83.46º | 0.85% | 0.36% | - |
| HSV(B) | 83.46º | 0.92% | 0.67% | - |
| XYZ | 20.76 | 32.03 | 5.5 | - |
| YUV | 133.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 14 | 0.36 | 0 | 0.92 | 0.33 | 83.46 | 0.85 | 0.36 |
| Hex | 6D | AA | E | 24 | 0 | 5C | 21 | 53 | 55 | 24 |
| Octal | 155 | 252 | 16 | 44 | 0 | 134 | 41 | 123 | 125 | 44 |
| Binary | 1101101 | 10101010 | 1110 | 100100 | 0 | 1011100 | 100001 | 1010011 | 1010101 | 100100 |
Color Harmonies of #6DAA0E
Complementary color
Monochromatic Colors of #6DAA0E
Black with #6DAA0E
Text Example
Text Example
White with #6DAA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA0E; }
p { color: rgb(109,170,14); }
H1.HeaderClassName
{
color: #6DAA0E;
}
.AnyTagClassName
{
color: #6DAA0E;
}
</style>
background-color css
<style>
a { background-color: #6DAA0E; }
a { background-color: rgb(109,170,14); }
div.DivClassName
{
background-color: #6DAA0E;
}
.BgClassName
{
background-color: #6DAA0E;
}
</style>
border-color css
<style>
span { border-color: #6DAA0E; }
span { border-color: rgb(109,170,14); }
td.TdClassName
{
border-color: #6DAA0E;
}
.TagClassName
{
border-color: #6DAA0E;
}
</style>