Shades of Christi #6AA323
Tints of Christi #6AA323
RGB
CMYK
RGB Variations
Color information
#6AA323 (or 0x6AA323) is known color: Christi. HEX triplet: 6A, A3 and 23. RGB value is (106,163,35). Sum of RGB (Red+Green+Blue) = 106+163+35=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA323 is #955CDC. Grayscale: #838383. Windows color (decimal): -9788637 or 2335594. OLE color: 2335594.
HSL color Cylindrical-coordinate representation of color #6AA323: hue angle of 86.72º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6AA323 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 163 | 35 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.36 |
| HSL | 86.72º | 0.65% | 0.39% | - |
| HSV(B) | 86.72º | 0.79% | 0.64% | - |
| XYZ | 19.34 | 29.38 | 6.24 | - |
| YUV | 131.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 163 | 35 | 0.35 | 0 | 0.79 | 0.36 | 86.72 | 0.65 | 0.39 |
| Hex | 6A | A3 | 23 | 23 | 0 | 4F | 24 | 57 | 41 | 27 |
| Octal | 152 | 243 | 43 | 43 | 0 | 117 | 44 | 127 | 101 | 47 |
| Binary | 1101010 | 10100011 | 100011 | 100011 | 0 | 1001111 | 100100 | 1010111 | 1000001 | 100111 |
Color Harmonies of #6AA323
Complementary color
Monochromatic Colors of #6AA323
Black with #6AA323
Text Example
Text Example
White with #6AA323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA323; }
p { color: rgb(106,163,35); }
H1.HeaderClassName
{
color: #6AA323;
}
.AnyTagClassName
{
color: #6AA323;
}
</style>
background-color css
<style>
a { background-color: #6AA323; }
a { background-color: rgb(106,163,35); }
div.DivClassName
{
background-color: #6AA323;
}
.BgClassName
{
background-color: #6AA323;
}
</style>
border-color css
<style>
span { border-color: #6AA323; }
span { border-color: rgb(106,163,35); }
td.TdClassName
{
border-color: #6AA323;
}
.TagClassName
{
border-color: #6AA323;
}
</style>