Shades of Christi #6AA024
Tints of Christi #6AA024
RGB
CMYK
RGB Variations
Color information
#6AA024 (or 0x6AA024) is known color: Christi. HEX triplet: 6A, A0 and 24. RGB value is (106,160,36). Sum of RGB (Red+Green+Blue) = 106+160+36=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA024 is #955FDB. Grayscale: #828282. Windows color (decimal): -9789404 or 2400362. OLE color: 2400362.
HSL color Cylindrical-coordinate representation of color #6AA024: hue angle of 86.13º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AA024 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 36 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.37 |
| HSL | 86.13º | 0.63% | 0.38% | - |
| HSV(B) | 86.13º | 0.78% | 0.63% | - |
| XYZ | 18.83 | 28.33 | 6.15 | - |
| YUV | 129.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 36 | 0.34 | 0 | 0.78 | 0.37 | 86.13 | 0.63 | 0.38 |
| Hex | 6A | A0 | 24 | 22 | 0 | 4E | 25 | 56 | 3F | 26 |
| Octal | 152 | 240 | 44 | 42 | 0 | 116 | 45 | 126 | 77 | 46 |
| Binary | 1101010 | 10100000 | 100100 | 100010 | 0 | 1001110 | 100101 | 1010110 | 111111 | 100110 |
Color Harmonies of #6AA024
Complementary color
Monochromatic Colors of #6AA024
Black with #6AA024
Text Example
Text Example
White with #6AA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA024; }
p { color: rgb(106,160,36); }
H1.HeaderClassName
{
color: #6AA024;
}
.AnyTagClassName
{
color: #6AA024;
}
</style>
background-color css
<style>
a { background-color: #6AA024; }
a { background-color: rgb(106,160,36); }
div.DivClassName
{
background-color: #6AA024;
}
.BgClassName
{
background-color: #6AA024;
}
</style>
border-color css
<style>
span { border-color: #6AA024; }
span { border-color: rgb(106,160,36); }
td.TdClassName
{
border-color: #6AA024;
}
.TagClassName
{
border-color: #6AA024;
}
</style>