Shades of Christi #6AB112
Tints of Christi #6AB112
RGB
CMYK
RGB Variations
Color information
#6AB112 (or 0x6AB112) is known color: Christi. HEX triplet: 6A, B1 and 12. RGB value is (106,177,18). Sum of RGB (Red+Green+Blue) = 106+177+18=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB112 is #954EED. Grayscale: #8A8A8A. Windows color (decimal): -9785070 or 1225066. OLE color: 1225066.
HSL color Cylindrical-coordinate representation of color #6AB112: hue angle of 86.79º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AB112 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 18 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.31 |
| HSL | 86.79º | 0.82% | 0.38% | - |
| HSV(B) | 86.79º | 0.9% | 0.69% | - |
| XYZ | 21.78 | 34.55 | 6.09 | - |
| YUV | 137.65 | 60.48 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 18 | 0.40 | 0 | 0.90 | 0.31 | 86.79 | 0.82 | 0.38 |
| Hex | 6A | B1 | 12 | 28 | 0 | 5A | 1F | 57 | 52 | 26 |
| Octal | 152 | 261 | 22 | 50 | 0 | 132 | 37 | 127 | 122 | 46 |
| Binary | 1101010 | 10110001 | 10010 | 101000 | 0 | 1011010 | 11111 | 1010111 | 1010010 | 100110 |
Color Harmonies of #6AB112
Complementary color
Monochromatic Colors of #6AB112
Black with #6AB112
Text Example
Text Example
White with #6AB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB112; }
p { color: rgb(106,177,18); }
H1.HeaderClassName
{
color: #6AB112;
}
.AnyTagClassName
{
color: #6AB112;
}
</style>
background-color css
<style>
a { background-color: #6AB112; }
a { background-color: rgb(106,177,18); }
div.DivClassName
{
background-color: #6AB112;
}
.BgClassName
{
background-color: #6AB112;
}
</style>
border-color css
<style>
span { border-color: #6AB112; }
span { border-color: rgb(106,177,18); }
td.TdClassName
{
border-color: #6AB112;
}
.TagClassName
{
border-color: #6AB112;
}
</style>