Shades of Christi #6DA832
Tints of Christi #6DA832
RGB
CMYK
RGB Variations
Color information
#6DA832 (or 0x6DA832) is known color: Christi. HEX triplet: 6D, A8 and 32. RGB value is (109,168,50). Sum of RGB (Red+Green+Blue) = 109+168+50=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA832 is #9257CD. Grayscale: #898989. Windows color (decimal): -9590734 or 3319917. OLE color: 3319917.
HSL color Cylindrical-coordinate representation of color #6DA832: hue angle of 90º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6DA832 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 50 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.34 |
| HSL | 90º | 0.54% | 0.43% | - |
| HSV(B) | 90º | 0.7% | 0.66% | - |
| XYZ | 20.89 | 31.49 | 7.99 | - |
| YUV | 136.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 50 | 0.35 | 0 | 0.70 | 0.34 | 90 | 0.54 | 0.43 |
| Hex | 6D | A8 | 32 | 23 | 0 | 46 | 22 | 5A | 36 | 2B |
| Octal | 155 | 250 | 62 | 43 | 0 | 106 | 42 | 132 | 66 | 53 |
| Binary | 1101101 | 10101000 | 110010 | 100011 | 0 | 1000110 | 100010 | 1011010 | 110110 | 101011 |
Color Harmonies of #6DA832
Complementary color
Monochromatic Colors of #6DA832
Black with #6DA832
Text Example
Text Example
White with #6DA832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA832; }
p { color: rgb(109,168,50); }
H1.HeaderClassName
{
color: #6DA832;
}
.AnyTagClassName
{
color: #6DA832;
}
</style>
background-color css
<style>
a { background-color: #6DA832; }
a { background-color: rgb(109,168,50); }
div.DivClassName
{
background-color: #6DA832;
}
.BgClassName
{
background-color: #6DA832;
}
</style>
border-color css
<style>
span { border-color: #6DA832; }
span { border-color: rgb(109,168,50); }
td.TdClassName
{
border-color: #6DA832;
}
.TagClassName
{
border-color: #6DA832;
}
</style>