Shades of Christi #6AB12C
Tints of Christi #6AB12C
RGB
CMYK
RGB Variations
Color information
#6AB12C (or 0x6AB12C) is known color: Christi. HEX triplet: 6A, B1 and 2C. RGB value is (106,177,44). Sum of RGB (Red+Green+Blue) = 106+177+44=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB12C is #954ED3. Grayscale: #8D8D8D. Windows color (decimal): -9785044 or 2929002. OLE color: 2929002.
HSL color Cylindrical-coordinate representation of color #6AB12C: hue angle of 92.03º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6AB12C is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 44 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.31 |
| HSL | 92.03º | 0.6% | 0.43% | - |
| HSV(B) | 92.03º | 0.75% | 0.69% | - |
| XYZ | 22.12 | 34.69 | 7.91 | - |
| YUV | 140.61 | 73.48 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 44 | 0.40 | 0 | 0.75 | 0.31 | 92.03 | 0.6 | 0.43 |
| Hex | 6A | B1 | 2C | 28 | 0 | 4B | 1F | 5C | 3C | 2B |
| Octal | 152 | 261 | 54 | 50 | 0 | 113 | 37 | 134 | 74 | 53 |
| Binary | 1101010 | 10110001 | 101100 | 101000 | 0 | 1001011 | 11111 | 1011100 | 111100 | 101011 |
Color Harmonies of #6AB12C
Complementary color
Monochromatic Colors of #6AB12C
Black with #6AB12C
Text Example
Text Example
White with #6AB12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB12C; }
p { color: rgb(106,177,44); }
H1.HeaderClassName
{
color: #6AB12C;
}
.AnyTagClassName
{
color: #6AB12C;
}
</style>
background-color css
<style>
a { background-color: #6AB12C; }
a { background-color: rgb(106,177,44); }
div.DivClassName
{
background-color: #6AB12C;
}
.BgClassName
{
background-color: #6AB12C;
}
</style>
border-color css
<style>
span { border-color: #6AB12C; }
span { border-color: rgb(106,177,44); }
td.TdClassName
{
border-color: #6AB12C;
}
.TagClassName
{
border-color: #6AB12C;
}
</style>