Shades of Christi #6DA527
Tints of Christi #6DA527
RGB
CMYK
RGB Variations
Color information
#6DA527 (or 0x6DA527) is known color: Christi. HEX triplet: 6D, A5 and 27. RGB value is (109,165,39). Sum of RGB (Red+Green+Blue) = 109+165+39=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA527 is #925AD8. Grayscale: #868686. Windows color (decimal): -9591513 or 2598253. OLE color: 2598253.
HSL color Cylindrical-coordinate representation of color #6DA527: hue angle of 86.67º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6DA527 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 39 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.35 |
| HSL | 86.67º | 0.62% | 0.4% | - |
| HSV(B) | 86.67º | 0.76% | 0.65% | - |
| XYZ | 20.13 | 30.31 | 6.71 | - |
| YUV | 133.89 | 74.45 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 39 | 0.34 | 0 | 0.76 | 0.35 | 86.67 | 0.62 | 0.4 |
| Hex | 6D | A5 | 27 | 22 | 0 | 4C | 23 | 57 | 3E | 28 |
| Octal | 155 | 245 | 47 | 42 | 0 | 114 | 43 | 127 | 76 | 50 |
| Binary | 1101101 | 10100101 | 100111 | 100010 | 0 | 1001100 | 100011 | 1010111 | 111110 | 101000 |
Color Harmonies of #6DA527
Complementary color
Monochromatic Colors of #6DA527
Black with #6DA527
Text Example
Text Example
White with #6DA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA527; }
p { color: rgb(109,165,39); }
H1.HeaderClassName
{
color: #6DA527;
}
.AnyTagClassName
{
color: #6DA527;
}
</style>
background-color css
<style>
a { background-color: #6DA527; }
a { background-color: rgb(109,165,39); }
div.DivClassName
{
background-color: #6DA527;
}
.BgClassName
{
background-color: #6DA527;
}
</style>
border-color css
<style>
span { border-color: #6DA527; }
span { border-color: rgb(109,165,39); }
td.TdClassName
{
border-color: #6DA527;
}
.TagClassName
{
border-color: #6DA527;
}
</style>