Shades of Christi #6CA22B
Tints of Christi #6CA22B
RGB
CMYK
RGB Variations
Color information
#6CA22B (or 0x6CA22B) is known color: Christi. HEX triplet: 6C, A2 and 2B. RGB value is (108,162,43). Sum of RGB (Red+Green+Blue) = 108+162+43=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA22B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA22B is #935DD4. Grayscale: #848484. Windows color (decimal): -9657813 or 2859628. OLE color: 2859628.
HSL color Cylindrical-coordinate representation of color #6CA22B: hue angle of 87.23º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6CA22B is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 43 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.36 |
| HSL | 87.23º | 0.58% | 0.4% | - |
| HSV(B) | 87.23º | 0.73% | 0.64% | - |
| XYZ | 19.54 | 29.2 | 6.89 | - |
| YUV | 132.29 | 77.61 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 43 | 0.33 | 0 | 0.73 | 0.36 | 87.23 | 0.58 | 0.4 |
| Hex | 6C | A2 | 2B | 21 | 0 | 49 | 24 | 57 | 3A | 28 |
| Octal | 154 | 242 | 53 | 41 | 0 | 111 | 44 | 127 | 72 | 50 |
| Binary | 1101100 | 10100010 | 101011 | 100001 | 0 | 1001001 | 100100 | 1010111 | 111010 | 101000 |
Color Harmonies of #6CA22B
Complementary color
Monochromatic Colors of #6CA22B
Black with #6CA22B
Text Example
Text Example
White with #6CA22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA22B; }
p { color: rgb(108,162,43); }
H1.HeaderClassName
{
color: #6CA22B;
}
.AnyTagClassName
{
color: #6CA22B;
}
</style>
background-color css
<style>
a { background-color: #6CA22B; }
a { background-color: rgb(108,162,43); }
div.DivClassName
{
background-color: #6CA22B;
}
.BgClassName
{
background-color: #6CA22B;
}
</style>
border-color css
<style>
span { border-color: #6CA22B; }
span { border-color: rgb(108,162,43); }
td.TdClassName
{
border-color: #6CA22B;
}
.TagClassName
{
border-color: #6CA22B;
}
</style>