Shades of Christi #6EB32D
Tints of Christi #6EB32D
RGB
CMYK
RGB Variations
Color information
#6EB32D (or 0x6EB32D) is known color: Christi. HEX triplet: 6E, B3 and 2D. RGB value is (110,179,45). Sum of RGB (Red+Green+Blue) = 110+179+45=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #6EB32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EB32D is #914CD2. Grayscale: #8F8F8F. Windows color (decimal): -9522387 or 2995054. OLE color: 2995054.
HSL color Cylindrical-coordinate representation of color #6EB32D: hue angle of 90.9º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6EB32D is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 179 | 45 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.30 |
| HSL | 90.9º | 0.6% | 0.44% | - |
| HSV(B) | 90.9º | 0.75% | 0.7% | - |
| XYZ | 23.02 | 35.74 | 8.17 | - |
| YUV | 143.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 179 | 45 | 0.39 | 0 | 0.75 | 0.30 | 90.9 | 0.6 | 0.44 |
| Hex | 6E | B3 | 2D | 27 | 0 | 4B | 1E | 5B | 3C | 2C |
| Octal | 156 | 263 | 55 | 47 | 0 | 113 | 36 | 133 | 74 | 54 |
| Binary | 1101110 | 10110011 | 101101 | 100111 | 0 | 1001011 | 11110 | 1011011 | 111100 | 101100 |
Color Harmonies of #6EB32D
Complementary color
Monochromatic Colors of #6EB32D
Black with #6EB32D
Text Example
Text Example
White with #6EB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB32D; }
p { color: rgb(110,179,45); }
H1.HeaderClassName
{
color: #6EB32D;
}
.AnyTagClassName
{
color: #6EB32D;
}
</style>
background-color css
<style>
a { background-color: #6EB32D; }
a { background-color: rgb(110,179,45); }
div.DivClassName
{
background-color: #6EB32D;
}
.BgClassName
{
background-color: #6EB32D;
}
</style>
border-color css
<style>
span { border-color: #6EB32D; }
span { border-color: rgb(110,179,45); }
td.TdClassName
{
border-color: #6EB32D;
}
.TagClassName
{
border-color: #6EB32D;
}
</style>