Shades of Christi #6BA212
Tints of Christi #6BA212
RGB
CMYK
RGB Variations
Color information
#6BA212 (or 0x6BA212) is known color: Christi. HEX triplet: 6B, A2 and 12. RGB value is (107,162,18). Sum of RGB (Red+Green+Blue) = 107+162+18=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA212 is #945DED. Grayscale: #818181. Windows color (decimal): -9723374 or 1221227. OLE color: 1221227.
HSL color Cylindrical-coordinate representation of color #6BA212: hue angle of 82.92º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BA212 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 18 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.36 |
| HSL | 82.92º | 0.8% | 0.35% | - |
| HSV(B) | 82.92º | 0.89% | 0.64% | - |
| XYZ | 19.09 | 29.01 | 5.17 | - |
| YUV | 129.14 | 65.28 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 18 | 0.34 | 0 | 0.89 | 0.36 | 82.92 | 0.8 | 0.35 |
| Hex | 6B | A2 | 12 | 22 | 0 | 59 | 24 | 53 | 50 | 23 |
| Octal | 153 | 242 | 22 | 42 | 0 | 131 | 44 | 123 | 120 | 43 |
| Binary | 1101011 | 10100010 | 10010 | 100010 | 0 | 1011001 | 100100 | 1010011 | 1010000 | 100011 |
Color Harmonies of #6BA212
Complementary color
Monochromatic Colors of #6BA212
Black with #6BA212
Text Example
Text Example
White with #6BA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA212; }
p { color: rgb(107,162,18); }
H1.HeaderClassName
{
color: #6BA212;
}
.AnyTagClassName
{
color: #6BA212;
}
</style>
background-color css
<style>
a { background-color: #6BA212; }
a { background-color: rgb(107,162,18); }
div.DivClassName
{
background-color: #6BA212;
}
.BgClassName
{
background-color: #6BA212;
}
</style>
border-color css
<style>
span { border-color: #6BA212; }
span { border-color: rgb(107,162,18); }
td.TdClassName
{
border-color: #6BA212;
}
.TagClassName
{
border-color: #6BA212;
}
</style>