Shades of Christi #6EAE32
Tints of Christi #6EAE32
RGB
CMYK
RGB Variations
Color information
#6EAE32 (or 0x6EAE32) is known color: Christi. HEX triplet: 6E, AE and 32. RGB value is (110,174,50). Sum of RGB (Red+Green+Blue) = 110+174+50=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAE32 is #9151CD. Grayscale: #8D8D8D. Windows color (decimal): -9523662 or 3321454. OLE color: 3321454.
HSL color Cylindrical-coordinate representation of color #6EAE32: hue angle of 90.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6EAE32 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 174 | 50 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.32 |
| HSL | 90.97º | 0.55% | 0.44% | - |
| HSV(B) | 90.97º | 0.71% | 0.68% | - |
| XYZ | 22.14 | 33.82 | 8.38 | - |
| YUV | 140.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 174 | 50 | 0.37 | 0 | 0.71 | 0.32 | 90.97 | 0.55 | 0.44 |
| Hex | 6E | AE | 32 | 25 | 0 | 47 | 20 | 5B | 37 | 2C |
| Octal | 156 | 256 | 62 | 45 | 0 | 107 | 40 | 133 | 67 | 54 |
| Binary | 1101110 | 10101110 | 110010 | 100101 | 0 | 1000111 | 100000 | 1011011 | 110111 | 101100 |
Color Harmonies of #6EAE32
Complementary color
Monochromatic Colors of #6EAE32
Black with #6EAE32
Text Example
Text Example
White with #6EAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAE32; }
p { color: rgb(110,174,50); }
H1.HeaderClassName
{
color: #6EAE32;
}
.AnyTagClassName
{
color: #6EAE32;
}
</style>
background-color css
<style>
a { background-color: #6EAE32; }
a { background-color: rgb(110,174,50); }
div.DivClassName
{
background-color: #6EAE32;
}
.BgClassName
{
background-color: #6EAE32;
}
</style>
border-color css
<style>
span { border-color: #6EAE32; }
span { border-color: rgb(110,174,50); }
td.TdClassName
{
border-color: #6EAE32;
}
.TagClassName
{
border-color: #6EAE32;
}
</style>