Shades of Christi #6AB707
Tints of Christi #6AB707
RGB
CMYK
RGB Variations
Color information
#6AB707 (or 0x6AB707) is known color: Christi. HEX triplet: 6A, B7 and 07. RGB value is (106,183,7). Sum of RGB (Red+Green+Blue) = 106+183+7=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB707 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB707 is #9548F8. Grayscale: #8C8C8C. Windows color (decimal): -9783545 or 505706. OLE color: 505706.
HSL color Cylindrical-coordinate representation of color #6AB707: hue angle of 86.25º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AB707 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 7 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.28 |
| HSL | 86.25º | 0.93% | 0.37% | - |
| HSV(B) | 86.25º | 0.96% | 0.72% | - |
| XYZ | 22.92 | 36.95 | 6.12 | - |
| YUV | 139.91 | 52.99 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 7 | 0.42 | 0 | 0.96 | 0.28 | 86.25 | 0.93 | 0.37 |
| Hex | 6A | B7 | 7 | 2A | 0 | 60 | 1C | 56 | 5D | 25 |
| Octal | 152 | 267 | 7 | 52 | 0 | 140 | 34 | 126 | 135 | 45 |
| Binary | 1101010 | 10110111 | 111 | 101010 | 0 | 1100000 | 11100 | 1010110 | 1011101 | 100101 |
Color Harmonies of #6AB707
Complementary color
Monochromatic Colors of #6AB707
Black with #6AB707
Text Example
Text Example
White with #6AB707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB707; }
p { color: rgb(106,183,7); }
H1.HeaderClassName
{
color: #6AB707;
}
.AnyTagClassName
{
color: #6AB707;
}
</style>
background-color css
<style>
a { background-color: #6AB707; }
a { background-color: rgb(106,183,7); }
div.DivClassName
{
background-color: #6AB707;
}
.BgClassName
{
background-color: #6AB707;
}
</style>
border-color css
<style>
span { border-color: #6AB707; }
span { border-color: rgb(106,183,7); }
td.TdClassName
{
border-color: #6AB707;
}
.TagClassName
{
border-color: #6AB707;
}
</style>