Shades of Christi #6BA20B
Tints of Christi #6BA20B
RGB
CMYK
RGB Variations
Color information
#6BA20B (or 0x6BA20B) is known color: Christi. HEX triplet: 6B, A2 and 0B. RGB value is (107,162,11). Sum of RGB (Red+Green+Blue) = 107+162+11=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA20B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA20B is #945DF4. Grayscale: #808080. Windows color (decimal): -9723381 or 762475. OLE color: 762475.
HSL color Cylindrical-coordinate representation of color #6BA20B: hue angle of 81.85º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BA20B is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 11 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.36 |
| HSL | 81.85º | 0.87% | 0.34% | - |
| HSV(B) | 81.85º | 0.93% | 0.64% | - |
| XYZ | 19.04 | 28.99 | 4.91 | - |
| YUV | 128.34 | 61.78 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 11 | 0.34 | 0 | 0.93 | 0.36 | 81.85 | 0.87 | 0.34 |
| Hex | 6B | A2 | B | 22 | 0 | 5D | 24 | 52 | 57 | 22 |
| Octal | 153 | 242 | 13 | 42 | 0 | 135 | 44 | 122 | 127 | 42 |
| Binary | 1101011 | 10100010 | 1011 | 100010 | 0 | 1011101 | 100100 | 1010010 | 1010111 | 100010 |
Color Harmonies of #6BA20B
Complementary color
Monochromatic Colors of #6BA20B
Black with #6BA20B
Text Example
Text Example
White with #6BA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA20B; }
p { color: rgb(107,162,11); }
H1.HeaderClassName
{
color: #6BA20B;
}
.AnyTagClassName
{
color: #6BA20B;
}
</style>
background-color css
<style>
a { background-color: #6BA20B; }
a { background-color: rgb(107,162,11); }
div.DivClassName
{
background-color: #6BA20B;
}
.BgClassName
{
background-color: #6BA20B;
}
</style>
border-color css
<style>
span { border-color: #6BA20B; }
span { border-color: rgb(107,162,11); }
td.TdClassName
{
border-color: #6BA20B;
}
.TagClassName
{
border-color: #6BA20B;
}
</style>