Shades of Christi #6DA525
Tints of Christi #6DA525
RGB
CMYK
RGB Variations
Color information
#6DA525 (or 0x6DA525) is known color: Christi. HEX triplet: 6D, A5 and 25. RGB value is (109,165,37). Sum of RGB (Red+Green+Blue) = 109+165+37=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA525 is #925ADA. Grayscale: #868686. Windows color (decimal): -9591515 or 2467181. OLE color: 2467181.
HSL color Cylindrical-coordinate representation of color #6DA525: hue angle of 86.25º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6DA525 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 37 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.35 |
| HSL | 86.25º | 0.63% | 0.4% | - |
| HSV(B) | 86.25º | 0.78% | 0.65% | - |
| XYZ | 20.1 | 30.3 | 6.54 | - |
| YUV | 133.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 37 | 0.34 | 0 | 0.78 | 0.35 | 86.25 | 0.63 | 0.4 |
| Hex | 6D | A5 | 25 | 22 | 0 | 4E | 23 | 56 | 3F | 28 |
| Octal | 155 | 245 | 45 | 42 | 0 | 116 | 43 | 126 | 77 | 50 |
| Binary | 1101101 | 10100101 | 100101 | 100010 | 0 | 1001110 | 100011 | 1010110 | 111111 | 101000 |
Color Harmonies of #6DA525
Complementary color
Monochromatic Colors of #6DA525
Black with #6DA525
Text Example
Text Example
White with #6DA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA525; }
p { color: rgb(109,165,37); }
H1.HeaderClassName
{
color: #6DA525;
}
.AnyTagClassName
{
color: #6DA525;
}
</style>
background-color css
<style>
a { background-color: #6DA525; }
a { background-color: rgb(109,165,37); }
div.DivClassName
{
background-color: #6DA525;
}
.BgClassName
{
background-color: #6DA525;
}
</style>
border-color css
<style>
span { border-color: #6DA525; }
span { border-color: rgb(109,165,37); }
td.TdClassName
{
border-color: #6DA525;
}
.TagClassName
{
border-color: #6DA525;
}
</style>