Shades of Christi #6BAD12
Tints of Christi #6BAD12
RGB
CMYK
RGB Variations
Color information
#6BAD12 (or 0x6BAD12) is known color: Christi. HEX triplet: 6B, AD and 12. RGB value is (107,173,18). Sum of RGB (Red+Green+Blue) = 107+173+18=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAD12 is #9452ED. Grayscale: #888888. Windows color (decimal): -9720558 or 1224043. OLE color: 1224043.
HSL color Cylindrical-coordinate representation of color #6BAD12: hue angle of 85.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BAD12 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 18 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.32 |
| HSL | 85.55º | 0.81% | 0.37% | - |
| HSV(B) | 85.55º | 0.9% | 0.68% | - |
| XYZ | 21.12 | 33.06 | 5.84 | - |
| YUV | 135.6 | 61.63 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 18 | 0.38 | 0 | 0.90 | 0.32 | 85.55 | 0.81 | 0.37 |
| Hex | 6B | AD | 12 | 26 | 0 | 5A | 20 | 56 | 51 | 25 |
| Octal | 153 | 255 | 22 | 46 | 0 | 132 | 40 | 126 | 121 | 45 |
| Binary | 1101011 | 10101101 | 10010 | 100110 | 0 | 1011010 | 100000 | 1010110 | 1010001 | 100101 |
Color Harmonies of #6BAD12
Complementary color
Monochromatic Colors of #6BAD12
Black with #6BAD12
Text Example
Text Example
White with #6BAD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD12; }
p { color: rgb(107,173,18); }
H1.HeaderClassName
{
color: #6BAD12;
}
.AnyTagClassName
{
color: #6BAD12;
}
</style>
background-color css
<style>
a { background-color: #6BAD12; }
a { background-color: rgb(107,173,18); }
div.DivClassName
{
background-color: #6BAD12;
}
.BgClassName
{
background-color: #6BAD12;
}
</style>
border-color css
<style>
span { border-color: #6BAD12; }
span { border-color: rgb(107,173,18); }
td.TdClassName
{
border-color: #6BAD12;
}
.TagClassName
{
border-color: #6BAD12;
}
</style>