Shades of Christi #6AB60C
Tints of Christi #6AB60C
RGB
CMYK
RGB Variations
Color information
#6AB60C (or 0x6AB60C) is known color: Christi. HEX triplet: 6A, B6 and 0C. RGB value is (106,182,12). Sum of RGB (Red+Green+Blue) = 106+182+12=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 182 (71.48% from 255 or 60.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB60C is #9549F3. Grayscale: #8C8C8C. Windows color (decimal): -9783796 or 833130. OLE color: 833130.
HSL color Cylindrical-coordinate representation of color #6AB60C: hue angle of 86.82º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AB60C is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 182 | 12 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.29 |
| HSL | 86.82º | 0.88% | 0.38% | - |
| HSV(B) | 86.82º | 0.93% | 0.71% | - |
| XYZ | 22.74 | 36.55 | 6.2 | - |
| YUV | 139.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 182 | 12 | 0.42 | 0 | 0.93 | 0.29 | 86.82 | 0.88 | 0.38 |
| Hex | 6A | B6 | C | 2A | 0 | 5D | 1D | 57 | 58 | 26 |
| Octal | 152 | 266 | 14 | 52 | 0 | 135 | 35 | 127 | 130 | 46 |
| Binary | 1101010 | 10110110 | 1100 | 101010 | 0 | 1011101 | 11101 | 1010111 | 1011000 | 100110 |
Color Harmonies of #6AB60C
Complementary color
Monochromatic Colors of #6AB60C
Black with #6AB60C
Text Example
Text Example
White with #6AB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB60C; }
p { color: rgb(106,182,12); }
H1.HeaderClassName
{
color: #6AB60C;
}
.AnyTagClassName
{
color: #6AB60C;
}
</style>
background-color css
<style>
a { background-color: #6AB60C; }
a { background-color: rgb(106,182,12); }
div.DivClassName
{
background-color: #6AB60C;
}
.BgClassName
{
background-color: #6AB60C;
}
</style>
border-color css
<style>
span { border-color: #6AB60C; }
span { border-color: rgb(106,182,12); }
td.TdClassName
{
border-color: #6AB60C;
}
.TagClassName
{
border-color: #6AB60C;
}
</style>