Shades of Christi #6AB220
Tints of Christi #6AB220
RGB
CMYK
RGB Variations
Color information
#6AB220 (or 0x6AB220) is known color: Christi. HEX triplet: 6A, B2 and 20. RGB value is (106,178,32). Sum of RGB (Red+Green+Blue) = 106+178+32=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB220 is #954DDF. Grayscale: #8C8C8C. Windows color (decimal): -9784800 or 2142826. OLE color: 2142826.
HSL color Cylindrical-coordinate representation of color #6AB220: hue angle of 89.59º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6AB220 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 32 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.30 |
| HSL | 89.59º | 0.7% | 0.41% | - |
| HSV(B) | 89.59º | 0.82% | 0.7% | - |
| XYZ | 22.12 | 35.01 | 6.96 | - |
| YUV | 139.83 | 67.15 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 32 | 0.40 | 0 | 0.82 | 0.30 | 89.59 | 0.7 | 0.41 |
| Hex | 6A | B2 | 20 | 28 | 0 | 52 | 1E | 5A | 46 | 29 |
| Octal | 152 | 262 | 40 | 50 | 0 | 122 | 36 | 132 | 106 | 51 |
| Binary | 1101010 | 10110010 | 100000 | 101000 | 0 | 1010010 | 11110 | 1011010 | 1000110 | 101001 |
Color Harmonies of #6AB220
Complementary color
Monochromatic Colors of #6AB220
Black with #6AB220
Text Example
Text Example
White with #6AB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB220; }
p { color: rgb(106,178,32); }
H1.HeaderClassName
{
color: #6AB220;
}
.AnyTagClassName
{
color: #6AB220;
}
</style>
background-color css
<style>
a { background-color: #6AB220; }
a { background-color: rgb(106,178,32); }
div.DivClassName
{
background-color: #6AB220;
}
.BgClassName
{
background-color: #6AB220;
}
</style>
border-color css
<style>
span { border-color: #6AB220; }
span { border-color: rgb(106,178,32); }
td.TdClassName
{
border-color: #6AB220;
}
.TagClassName
{
border-color: #6AB220;
}
</style>