Shades of Christi #6AB713
Tints of Christi #6AB713
RGB
CMYK
RGB Variations
Color information
#6AB713 (or 0x6AB713) is known color: Christi. HEX triplet: 6A, B7 and 13. RGB value is (106,183,19). Sum of RGB (Red+Green+Blue) = 106+183+19=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB713 is #9548EC. Grayscale: #8D8D8D. Windows color (decimal): -9783533 or 1292138. OLE color: 1292138.
HSL color Cylindrical-coordinate representation of color #6AB713: hue angle of 88.17º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AB713 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 19 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.28 |
| HSL | 88.17º | 0.81% | 0.4% | - |
| HSV(B) | 88.17º | 0.9% | 0.72% | - |
| XYZ | 22.99 | 36.98 | 6.54 | - |
| YUV | 141.28 | 58.99 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 19 | 0.42 | 0 | 0.90 | 0.28 | 88.17 | 0.81 | 0.4 |
| Hex | 6A | B7 | 13 | 2A | 0 | 5A | 1C | 58 | 51 | 28 |
| Octal | 152 | 267 | 23 | 52 | 0 | 132 | 34 | 130 | 121 | 50 |
| Binary | 1101010 | 10110111 | 10011 | 101010 | 0 | 1011010 | 11100 | 1011000 | 1010001 | 101000 |
Color Harmonies of #6AB713
Complementary color
Monochromatic Colors of #6AB713
Black with #6AB713
Text Example
Text Example
White with #6AB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB713; }
p { color: rgb(106,183,19); }
H1.HeaderClassName
{
color: #6AB713;
}
.AnyTagClassName
{
color: #6AB713;
}
</style>
background-color css
<style>
a { background-color: #6AB713; }
a { background-color: rgb(106,183,19); }
div.DivClassName
{
background-color: #6AB713;
}
.BgClassName
{
background-color: #6AB713;
}
</style>
border-color css
<style>
span { border-color: #6AB713; }
span { border-color: rgb(106,183,19); }
td.TdClassName
{
border-color: #6AB713;
}
.TagClassName
{
border-color: #6AB713;
}
</style>