Shades of Christi #6BA220
Tints of Christi #6BA220
RGB
CMYK
RGB Variations
Color information
#6BA220 (or 0x6BA220) is known color: Christi. HEX triplet: 6B, A2 and 20. RGB value is (107,162,32). Sum of RGB (Red+Green+Blue) = 107+162+32=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA220 is #945DDF. Grayscale: #838383. Windows color (decimal): -9723360 or 2138731. OLE color: 2138731.
HSL color Cylindrical-coordinate representation of color #6BA220: hue angle of 85.38º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6BA220 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 32 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.36 |
| HSL | 85.38º | 0.67% | 0.38% | - |
| HSV(B) | 85.38º | 0.8% | 0.64% | - |
| XYZ | 19.24 | 29.07 | 5.96 | - |
| YUV | 130.74 | 72.28 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 32 | 0.34 | 0 | 0.80 | 0.36 | 85.38 | 0.67 | 0.38 |
| Hex | 6B | A2 | 20 | 22 | 0 | 50 | 24 | 55 | 43 | 26 |
| Octal | 153 | 242 | 40 | 42 | 0 | 120 | 44 | 125 | 103 | 46 |
| Binary | 1101011 | 10100010 | 100000 | 100010 | 0 | 1010000 | 100100 | 1010101 | 1000011 | 100110 |
Color Harmonies of #6BA220
Complementary color
Monochromatic Colors of #6BA220
Black with #6BA220
Text Example
Text Example
White with #6BA220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA220; }
p { color: rgb(107,162,32); }
H1.HeaderClassName
{
color: #6BA220;
}
.AnyTagClassName
{
color: #6BA220;
}
</style>
background-color css
<style>
a { background-color: #6BA220; }
a { background-color: rgb(107,162,32); }
div.DivClassName
{
background-color: #6BA220;
}
.BgClassName
{
background-color: #6BA220;
}
</style>
border-color css
<style>
span { border-color: #6BA220; }
span { border-color: rgb(107,162,32); }
td.TdClassName
{
border-color: #6BA220;
}
.TagClassName
{
border-color: #6BA220;
}
</style>