Shades of Christi #6BA820
Tints of Christi #6BA820
RGB
CMYK
RGB Variations
Color information
#6BA820 (or 0x6BA820) is known color: Christi. HEX triplet: 6B, A8 and 20. RGB value is (107,168,32). Sum of RGB (Red+Green+Blue) = 107+168+32=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA820 is #9457DF. Grayscale: #868686. Windows color (decimal): -9721824 or 2140267. OLE color: 2140267.
HSL color Cylindrical-coordinate representation of color #6BA820: hue angle of 86.91º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6BA820 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 32 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.34 |
| HSL | 86.91º | 0.68% | 0.39% | - |
| HSV(B) | 86.91º | 0.81% | 0.66% | - |
| XYZ | 20.33 | 31.24 | 6.32 | - |
| YUV | 134.26 | 70.29 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 32 | 0.36 | 0 | 0.81 | 0.34 | 86.91 | 0.68 | 0.39 |
| Hex | 6B | A8 | 20 | 24 | 0 | 51 | 22 | 57 | 44 | 27 |
| Octal | 153 | 250 | 40 | 44 | 0 | 121 | 42 | 127 | 104 | 47 |
| Binary | 1101011 | 10101000 | 100000 | 100100 | 0 | 1010001 | 100010 | 1010111 | 1000100 | 100111 |
Color Harmonies of #6BA820
Complementary color
Monochromatic Colors of #6BA820
Black with #6BA820
Text Example
Text Example
White with #6BA820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA820; }
p { color: rgb(107,168,32); }
H1.HeaderClassName
{
color: #6BA820;
}
.AnyTagClassName
{
color: #6BA820;
}
</style>
background-color css
<style>
a { background-color: #6BA820; }
a { background-color: rgb(107,168,32); }
div.DivClassName
{
background-color: #6BA820;
}
.BgClassName
{
background-color: #6BA820;
}
</style>
border-color css
<style>
span { border-color: #6BA820; }
span { border-color: rgb(107,168,32); }
td.TdClassName
{
border-color: #6BA820;
}
.TagClassName
{
border-color: #6BA820;
}
</style>