Shades of Christi #6DA526
Tints of Christi #6DA526
RGB
CMYK
RGB Variations
Color information
#6DA526 (or 0x6DA526) is known color: Christi. HEX triplet: 6D, A5 and 26. RGB value is (109,165,38). Sum of RGB (Red+Green+Blue) = 109+165+38=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA526 is #925AD9. Grayscale: #868686. Windows color (decimal): -9591514 or 2532717. OLE color: 2532717.
HSL color Cylindrical-coordinate representation of color #6DA526: hue angle of 86.46º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6DA526 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 38 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.35 |
| HSL | 86.46º | 0.63% | 0.4% | - |
| HSV(B) | 86.46º | 0.77% | 0.65% | - |
| XYZ | 20.11 | 30.3 | 6.62 | - |
| YUV | 133.78 | 73.95 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 38 | 0.34 | 0 | 0.77 | 0.35 | 86.46 | 0.63 | 0.4 |
| Hex | 6D | A5 | 26 | 22 | 0 | 4D | 23 | 56 | 3F | 28 |
| Octal | 155 | 245 | 46 | 42 | 0 | 115 | 43 | 126 | 77 | 50 |
| Binary | 1101101 | 10100101 | 100110 | 100010 | 0 | 1001101 | 100011 | 1010110 | 111111 | 101000 |
Color Harmonies of #6DA526
Complementary color
Monochromatic Colors of #6DA526
Black with #6DA526
Text Example
Text Example
White with #6DA526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA526; }
p { color: rgb(109,165,38); }
H1.HeaderClassName
{
color: #6DA526;
}
.AnyTagClassName
{
color: #6DA526;
}
</style>
background-color css
<style>
a { background-color: #6DA526; }
a { background-color: rgb(109,165,38); }
div.DivClassName
{
background-color: #6DA526;
}
.BgClassName
{
background-color: #6DA526;
}
</style>
border-color css
<style>
span { border-color: #6DA526; }
span { border-color: rgb(109,165,38); }
td.TdClassName
{
border-color: #6DA526;
}
.TagClassName
{
border-color: #6DA526;
}
</style>