Shades of Christi #6AB614
Tints of Christi #6AB614
RGB
CMYK
RGB Variations
Color information
#6AB614 (or 0x6AB614) is known color: Christi. HEX triplet: 6A, B6 and 14. RGB value is (106,182,20). Sum of RGB (Red+Green+Blue) = 106+182+20=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB614 is #9549EB. Grayscale: #8D8D8D. Windows color (decimal): -9783788 or 1357418. OLE color: 1357418.
HSL color Cylindrical-coordinate representation of color #6AB614: hue angle of 88.15º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AB614 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 182 | 20 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.29 |
| HSL | 88.15º | 0.8% | 0.4% | - |
| HSV(B) | 88.15º | 0.89% | 0.71% | - |
| XYZ | 22.8 | 36.57 | 6.52 | - |
| YUV | 140.81 | 59.82 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 182 | 20 | 0.42 | 0 | 0.89 | 0.29 | 88.15 | 0.8 | 0.4 |
| Hex | 6A | B6 | 14 | 2A | 0 | 59 | 1D | 58 | 50 | 28 |
| Octal | 152 | 266 | 24 | 52 | 0 | 131 | 35 | 130 | 120 | 50 |
| Binary | 1101010 | 10110110 | 10100 | 101010 | 0 | 1011001 | 11101 | 1011000 | 1010000 | 101000 |
Color Harmonies of #6AB614
Complementary color
Monochromatic Colors of #6AB614
Black with #6AB614
Text Example
Text Example
White with #6AB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB614; }
p { color: rgb(106,182,20); }
H1.HeaderClassName
{
color: #6AB614;
}
.AnyTagClassName
{
color: #6AB614;
}
</style>
background-color css
<style>
a { background-color: #6AB614; }
a { background-color: rgb(106,182,20); }
div.DivClassName
{
background-color: #6AB614;
}
.BgClassName
{
background-color: #6AB614;
}
</style>
border-color css
<style>
span { border-color: #6AB614; }
span { border-color: rgb(106,182,20); }
td.TdClassName
{
border-color: #6AB614;
}
.TagClassName
{
border-color: #6AB614;
}
</style>