Shades of Christi #6AA318
Tints of Christi #6AA318
RGB
CMYK
RGB Variations
Color information
#6AA318 (or 0x6AA318) is known color: Christi. HEX triplet: 6A, A3 and 18. RGB value is (106,163,24). Sum of RGB (Red+Green+Blue) = 106+163+24=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA318 is #955CE7. Grayscale: #828282. Windows color (decimal): -9788648 or 1614698. OLE color: 1614698.
HSL color Cylindrical-coordinate representation of color #6AA318: hue angle of 84.6º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AA318 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 163 | 24 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.36 |
| HSL | 84.6º | 0.74% | 0.37% | - |
| HSV(B) | 84.6º | 0.85% | 0.64% | - |
| XYZ | 19.21 | 29.32 | 5.51 | - |
| YUV | 130.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 163 | 24 | 0.35 | 0 | 0.85 | 0.36 | 84.6 | 0.74 | 0.37 |
| Hex | 6A | A3 | 18 | 23 | 0 | 55 | 24 | 55 | 4A | 25 |
| Octal | 152 | 243 | 30 | 43 | 0 | 125 | 44 | 125 | 112 | 45 |
| Binary | 1101010 | 10100011 | 11000 | 100011 | 0 | 1010101 | 100100 | 1010101 | 1001010 | 100101 |
Color Harmonies of #6AA318
Complementary color
Monochromatic Colors of #6AA318
Black with #6AA318
Text Example
Text Example
White with #6AA318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA318; }
p { color: rgb(106,163,24); }
H1.HeaderClassName
{
color: #6AA318;
}
.AnyTagClassName
{
color: #6AA318;
}
</style>
background-color css
<style>
a { background-color: #6AA318; }
a { background-color: rgb(106,163,24); }
div.DivClassName
{
background-color: #6AA318;
}
.BgClassName
{
background-color: #6AA318;
}
</style>
border-color css
<style>
span { border-color: #6AA318; }
span { border-color: rgb(106,163,24); }
td.TdClassName
{
border-color: #6AA318;
}
.TagClassName
{
border-color: #6AA318;
}
</style>