Shades of Christi #6DA027
Tints of Christi #6DA027
RGB
CMYK
RGB Variations
Color information
#6DA027 (or 0x6DA027) is known color: Christi. HEX triplet: 6D, A0 and 27. RGB value is (109,160,39). Sum of RGB (Red+Green+Blue) = 109+160+39=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA027 is #925FD8. Grayscale: #838383. Windows color (decimal): -9592793 or 2596973. OLE color: 2596973.
HSL color Cylindrical-coordinate representation of color #6DA027: hue angle of 85.29º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6DA027 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 39 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.37 |
| HSL | 85.29º | 0.61% | 0.39% | - |
| HSV(B) | 85.29º | 0.76% | 0.63% | - |
| XYZ | 19.24 | 28.54 | 6.41 | - |
| YUV | 130.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 39 | 0.32 | 0 | 0.76 | 0.37 | 85.29 | 0.61 | 0.39 |
| Hex | 6D | A0 | 27 | 20 | 0 | 4C | 25 | 55 | 3D | 27 |
| Octal | 155 | 240 | 47 | 40 | 0 | 114 | 45 | 125 | 75 | 47 |
| Binary | 1101101 | 10100000 | 100111 | 100000 | 0 | 1001100 | 100101 | 1010101 | 111101 | 100111 |
Color Harmonies of #6DA027
Complementary color
Monochromatic Colors of #6DA027
Black with #6DA027
Text Example
Text Example
White with #6DA027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA027; }
p { color: rgb(109,160,39); }
H1.HeaderClassName
{
color: #6DA027;
}
.AnyTagClassName
{
color: #6DA027;
}
</style>
background-color css
<style>
a { background-color: #6DA027; }
a { background-color: rgb(109,160,39); }
div.DivClassName
{
background-color: #6DA027;
}
.BgClassName
{
background-color: #6DA027;
}
</style>
border-color css
<style>
span { border-color: #6DA027; }
span { border-color: rgb(109,160,39); }
td.TdClassName
{
border-color: #6DA027;
}
.TagClassName
{
border-color: #6DA027;
}
</style>