Shades of Christi #6BA012
Tints of Christi #6BA012
RGB
CMYK
RGB Variations
Color information
#6BA012 (or 0x6BA012) is known color: Christi. HEX triplet: 6B, A0 and 12. RGB value is (107,160,18). Sum of RGB (Red+Green+Blue) = 107+160+18=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA012 is #945FED. Grayscale: #808080. Windows color (decimal): -9723886 or 1220715. OLE color: 1220715.
HSL color Cylindrical-coordinate representation of color #6BA012: hue angle of 82.39º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BA012 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 18 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.37 |
| HSL | 82.39º | 0.8% | 0.35% | - |
| HSV(B) | 82.39º | 0.89% | 0.63% | - |
| XYZ | 18.74 | 28.31 | 5.05 | - |
| YUV | 127.97 | 65.94 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 18 | 0.33 | 0 | 0.89 | 0.37 | 82.39 | 0.8 | 0.35 |
| Hex | 6B | A0 | 12 | 21 | 0 | 59 | 25 | 52 | 50 | 23 |
| Octal | 153 | 240 | 22 | 41 | 0 | 131 | 45 | 122 | 120 | 43 |
| Binary | 1101011 | 10100000 | 10010 | 100001 | 0 | 1011001 | 100101 | 1010010 | 1010000 | 100011 |
Color Harmonies of #6BA012
Complementary color
Monochromatic Colors of #6BA012
Black with #6BA012
Text Example
Text Example
White with #6BA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA012; }
p { color: rgb(107,160,18); }
H1.HeaderClassName
{
color: #6BA012;
}
.AnyTagClassName
{
color: #6BA012;
}
</style>
background-color css
<style>
a { background-color: #6BA012; }
a { background-color: rgb(107,160,18); }
div.DivClassName
{
background-color: #6BA012;
}
.BgClassName
{
background-color: #6BA012;
}
</style>
border-color css
<style>
span { border-color: #6BA012; }
span { border-color: rgb(107,160,18); }
td.TdClassName
{
border-color: #6BA012;
}
.TagClassName
{
border-color: #6BA012;
}
</style>