Shades of Christi #6DA530
Tints of Christi #6DA530
RGB
CMYK
RGB Variations
Color information
#6DA530 (or 0x6DA530) is known color: Christi. HEX triplet: 6D, A5 and 30. RGB value is (109,165,48). Sum of RGB (Red+Green+Blue) = 109+165+48=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA530 is #925ACF. Grayscale: #878787. Windows color (decimal): -9591504 or 3188077. OLE color: 3188077.
HSL color Cylindrical-coordinate representation of color #6DA530: hue angle of 88.72º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6DA530 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 48 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.35 |
| HSL | 88.72º | 0.55% | 0.42% | - |
| HSV(B) | 88.72º | 0.71% | 0.65% | - |
| XYZ | 20.3 | 30.37 | 7.59 | - |
| YUV | 134.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 48 | 0.34 | 0 | 0.71 | 0.35 | 88.72 | 0.55 | 0.42 |
| Hex | 6D | A5 | 30 | 22 | 0 | 47 | 23 | 59 | 37 | 2A |
| Octal | 155 | 245 | 60 | 42 | 0 | 107 | 43 | 131 | 67 | 52 |
| Binary | 1101101 | 10100101 | 110000 | 100010 | 0 | 1000111 | 100011 | 1011001 | 110111 | 101010 |
Color Harmonies of #6DA530
Complementary color
Monochromatic Colors of #6DA530
Black with #6DA530
Text Example
Text Example
White with #6DA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA530; }
p { color: rgb(109,165,48); }
H1.HeaderClassName
{
color: #6DA530;
}
.AnyTagClassName
{
color: #6DA530;
}
</style>
background-color css
<style>
a { background-color: #6DA530; }
a { background-color: rgb(109,165,48); }
div.DivClassName
{
background-color: #6DA530;
}
.BgClassName
{
background-color: #6DA530;
}
</style>
border-color css
<style>
span { border-color: #6DA530; }
span { border-color: rgb(109,165,48); }
td.TdClassName
{
border-color: #6DA530;
}
.TagClassName
{
border-color: #6DA530;
}
</style>