Shades of Christi #6AA614
Tints of Christi #6AA614
RGB
CMYK
RGB Variations
Color information
#6AA614 (or 0x6AA614) is known color: Christi. HEX triplet: 6A, A6 and 14. RGB value is (106,166,20). Sum of RGB (Red+Green+Blue) = 106+166+20=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 166 (65.23% from 255 or 56.85% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA614 is #9559EB. Grayscale: #838383. Windows color (decimal): -9787884 or 1353322. OLE color: 1353322.
HSL color Cylindrical-coordinate representation of color #6AA614: hue angle of 84.66º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6AA614 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 166 | 20 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.35 |
| HSL | 84.66º | 0.78% | 0.36% | - |
| HSV(B) | 84.66º | 0.88% | 0.65% | - |
| XYZ | 19.71 | 30.39 | 5.49 | - |
| YUV | 131.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 166 | 20 | 0.36 | 0 | 0.88 | 0.35 | 84.66 | 0.78 | 0.36 |
| Hex | 6A | A6 | 14 | 24 | 0 | 58 | 23 | 55 | 4E | 24 |
| Octal | 152 | 246 | 24 | 44 | 0 | 130 | 43 | 125 | 116 | 44 |
| Binary | 1101010 | 10100110 | 10100 | 100100 | 0 | 1011000 | 100011 | 1010101 | 1001110 | 100100 |
Color Harmonies of #6AA614
Complementary color
Monochromatic Colors of #6AA614
Black with #6AA614
Text Example
Text Example
White with #6AA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA614; }
p { color: rgb(106,166,20); }
H1.HeaderClassName
{
color: #6AA614;
}
.AnyTagClassName
{
color: #6AA614;
}
</style>
background-color css
<style>
a { background-color: #6AA614; }
a { background-color: rgb(106,166,20); }
div.DivClassName
{
background-color: #6AA614;
}
.BgClassName
{
background-color: #6AA614;
}
</style>
border-color css
<style>
span { border-color: #6AA614; }
span { border-color: rgb(106,166,20); }
td.TdClassName
{
border-color: #6AA614;
}
.TagClassName
{
border-color: #6AA614;
}
</style>