Shades of Christi #6DA32D
Tints of Christi #6DA32D
RGB
CMYK
RGB Variations
Color information
#6DA32D (or 0x6DA32D) is known color: Christi. HEX triplet: 6D, A3 and 2D. RGB value is (109,163,45). Sum of RGB (Red+Green+Blue) = 109+163+45=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA32D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA32D is #925CD2. Grayscale: #858585. Windows color (decimal): -9592019 or 2990957. OLE color: 2990957.
HSL color Cylindrical-coordinate representation of color #6DA32D: hue angle of 87.46º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6DA32D is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 163 | 45 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.36 |
| HSL | 87.46º | 0.57% | 0.41% | - |
| HSV(B) | 87.46º | 0.72% | 0.64% | - |
| XYZ | 19.88 | 29.64 | 7.16 | - |
| YUV | 133.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 45 | 0.33 | 0 | 0.72 | 0.36 | 87.46 | 0.57 | 0.41 |
| Hex | 6D | A3 | 2D | 21 | 0 | 48 | 24 | 57 | 39 | 29 |
| Octal | 155 | 243 | 55 | 41 | 0 | 110 | 44 | 127 | 71 | 51 |
| Binary | 1101101 | 10100011 | 101101 | 100001 | 0 | 1001000 | 100100 | 1010111 | 111001 | 101001 |
Color Harmonies of #6DA32D
Complementary color
Monochromatic Colors of #6DA32D
Black with #6DA32D
Text Example
Text Example
White with #6DA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA32D; }
p { color: rgb(109,163,45); }
H1.HeaderClassName
{
color: #6DA32D;
}
.AnyTagClassName
{
color: #6DA32D;
}
</style>
background-color css
<style>
a { background-color: #6DA32D; }
a { background-color: rgb(109,163,45); }
div.DivClassName
{
background-color: #6DA32D;
}
.BgClassName
{
background-color: #6DA32D;
}
</style>
border-color css
<style>
span { border-color: #6DA32D; }
span { border-color: rgb(109,163,45); }
td.TdClassName
{
border-color: #6DA32D;
}
.TagClassName
{
border-color: #6DA32D;
}
</style>