Shades of Christi #6EAC32
Tints of Christi #6EAC32
RGB
CMYK
RGB Variations
Color information
#6EAC32 (or 0x6EAC32) is known color: Christi. HEX triplet: 6E, AC and 32. RGB value is (110,172,50). Sum of RGB (Red+Green+Blue) = 110+172+50=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #6EAC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAC32 is #9153CD. Grayscale: #8B8B8B. Windows color (decimal): -9524174 or 3320942. OLE color: 3320942.
HSL color Cylindrical-coordinate representation of color #6EAC32: hue angle of 90.49º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6EAC32 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 172 | 50 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.33 |
| HSL | 90.49º | 0.55% | 0.44% | - |
| HSV(B) | 90.49º | 0.71% | 0.67% | - |
| XYZ | 21.76 | 33.05 | 8.25 | - |
| YUV | 139.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 50 | 0.36 | 0 | 0.71 | 0.33 | 90.49 | 0.55 | 0.44 |
| Hex | 6E | AC | 32 | 24 | 0 | 47 | 21 | 5A | 37 | 2C |
| Octal | 156 | 254 | 62 | 44 | 0 | 107 | 41 | 132 | 67 | 54 |
| Binary | 1101110 | 10101100 | 110010 | 100100 | 0 | 1000111 | 100001 | 1011010 | 110111 | 101100 |
Color Harmonies of #6EAC32
Complementary color
Monochromatic Colors of #6EAC32
Black with #6EAC32
Text Example
Text Example
White with #6EAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAC32; }
p { color: rgb(110,172,50); }
H1.HeaderClassName
{
color: #6EAC32;
}
.AnyTagClassName
{
color: #6EAC32;
}
</style>
background-color css
<style>
a { background-color: #6EAC32; }
a { background-color: rgb(110,172,50); }
div.DivClassName
{
background-color: #6EAC32;
}
.BgClassName
{
background-color: #6EAC32;
}
</style>
border-color css
<style>
span { border-color: #6EAC32; }
span { border-color: rgb(110,172,50); }
td.TdClassName
{
border-color: #6EAC32;
}
.TagClassName
{
border-color: #6EAC32;
}
</style>