Shades of Christi #6DAA0D
Tints of Christi #6DAA0D
RGB
CMYK
RGB Variations
Color information
#6DAA0D (or 0x6DAA0D) is known color: Christi. HEX triplet: 6D, AA and 0D. RGB value is (109,170,13). Sum of RGB (Red+Green+Blue) = 109+170+13=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 170 (66.80% from 255 or 58.22% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAA0D is #9255F2. Grayscale: #868686. Windows color (decimal): -9590259 or 895597. OLE color: 895597.
HSL color Cylindrical-coordinate representation of color #6DAA0D: hue angle of 83.31º 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 #6DAA0D is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 13 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.33 |
| HSL | 83.31º | 0.86% | 0.36% | - |
| HSV(B) | 83.31º | 0.92% | 0.67% | - |
| XYZ | 20.75 | 32.03 | 5.47 | - |
| YUV | 133.86 | 59.79 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 13 | 0.36 | 0 | 0.92 | 0.33 | 83.31 | 0.86 | 0.36 |
| Hex | 6D | AA | D | 24 | 0 | 5C | 21 | 53 | 56 | 24 |
| Octal | 155 | 252 | 15 | 44 | 0 | 134 | 41 | 123 | 126 | 44 |
| Binary | 1101101 | 10101010 | 1101 | 100100 | 0 | 1011100 | 100001 | 1010011 | 1010110 | 100100 |
Color Harmonies of #6DAA0D
Complementary color
Monochromatic Colors of #6DAA0D
Black with #6DAA0D
Text Example
Text Example
White with #6DAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA0D; }
p { color: rgb(109,170,13); }
H1.HeaderClassName
{
color: #6DAA0D;
}
.AnyTagClassName
{
color: #6DAA0D;
}
</style>
background-color css
<style>
a { background-color: #6DAA0D; }
a { background-color: rgb(109,170,13); }
div.DivClassName
{
background-color: #6DAA0D;
}
.BgClassName
{
background-color: #6DAA0D;
}
</style>
border-color css
<style>
span { border-color: #6DAA0D; }
span { border-color: rgb(109,170,13); }
td.TdClassName
{
border-color: #6DAA0D;
}
.TagClassName
{
border-color: #6DAA0D;
}
</style>