Shades of Christi #6AA313
Tints of Christi #6AA313
RGB
CMYK
RGB Variations
Color information
#6AA313 (or 0x6AA313) is known color: Christi. HEX triplet: 6A, A3 and 13. RGB value is (106,163,19). Sum of RGB (Red+Green+Blue) = 106+163+19=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA313 is #955CEC. Grayscale: #828282. Windows color (decimal): -9788653 or 1287018. OLE color: 1287018.
HSL color Cylindrical-coordinate representation of color #6AA313: hue angle of 83.75º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6AA313 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 163 | 19 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.36 |
| HSL | 83.75º | 0.79% | 0.36% | - |
| HSV(B) | 83.75º | 0.88% | 0.64% | - |
| XYZ | 19.16 | 29.31 | 5.26 | - |
| YUV | 129.54 | 65.62 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 163 | 19 | 0.35 | 0 | 0.88 | 0.36 | 83.75 | 0.79 | 0.36 |
| Hex | 6A | A3 | 13 | 23 | 0 | 58 | 24 | 54 | 4F | 24 |
| Octal | 152 | 243 | 23 | 43 | 0 | 130 | 44 | 124 | 117 | 44 |
| Binary | 1101010 | 10100011 | 10011 | 100011 | 0 | 1011000 | 100100 | 1010100 | 1001111 | 100100 |
Color Harmonies of #6AA313
Complementary color
Monochromatic Colors of #6AA313
Black with #6AA313
Text Example
Text Example
White with #6AA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA313; }
p { color: rgb(106,163,19); }
H1.HeaderClassName
{
color: #6AA313;
}
.AnyTagClassName
{
color: #6AA313;
}
</style>
background-color css
<style>
a { background-color: #6AA313; }
a { background-color: rgb(106,163,19); }
div.DivClassName
{
background-color: #6AA313;
}
.BgClassName
{
background-color: #6AA313;
}
</style>
border-color css
<style>
span { border-color: #6AA313; }
span { border-color: rgb(106,163,19); }
td.TdClassName
{
border-color: #6AA313;
}
.TagClassName
{
border-color: #6AA313;
}
</style>