Shades of Christi #6AB710
Tints of Christi #6AB710
RGB
CMYK
RGB Variations
Color information
#6AB710 (or 0x6AB710) is known color: Christi. HEX triplet: 6A, B7 and 10. RGB value is (106,183,16). Sum of RGB (Red+Green+Blue) = 106+183+16=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB710 is #9548EF. Grayscale: #8D8D8D. Windows color (decimal): -9783536 or 1095530. OLE color: 1095530.
HSL color Cylindrical-coordinate representation of color #6AB710: hue angle of 87.66º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AB710 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 16 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.28 |
| HSL | 87.66º | 0.84% | 0.39% | - |
| HSV(B) | 87.66º | 0.91% | 0.72% | - |
| XYZ | 22.97 | 36.97 | 6.42 | - |
| YUV | 140.94 | 57.49 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 16 | 0.42 | 0 | 0.91 | 0.28 | 87.66 | 0.84 | 0.39 |
| Hex | 6A | B7 | 10 | 2A | 0 | 5B | 1C | 58 | 54 | 27 |
| Octal | 152 | 267 | 20 | 52 | 0 | 133 | 34 | 130 | 124 | 47 |
| Binary | 1101010 | 10110111 | 10000 | 101010 | 0 | 1011011 | 11100 | 1011000 | 1010100 | 100111 |
Color Harmonies of #6AB710
Complementary color
Monochromatic Colors of #6AB710
Black with #6AB710
Text Example
Text Example
White with #6AB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB710; }
p { color: rgb(106,183,16); }
H1.HeaderClassName
{
color: #6AB710;
}
.AnyTagClassName
{
color: #6AB710;
}
</style>
background-color css
<style>
a { background-color: #6AB710; }
a { background-color: rgb(106,183,16); }
div.DivClassName
{
background-color: #6AB710;
}
.BgClassName
{
background-color: #6AB710;
}
</style>
border-color css
<style>
span { border-color: #6AB710; }
span { border-color: rgb(106,183,16); }
td.TdClassName
{
border-color: #6AB710;
}
.TagClassName
{
border-color: #6AB710;
}
</style>