Shades of Christi #6AAD32
Tints of Christi #6AAD32
RGB
CMYK
RGB Variations
Color information
#6AAD32 (or 0x6AAD32) is known color: Christi. HEX triplet: 6A, AD and 32. RGB value is (106,173,50). Sum of RGB (Red+Green+Blue) = 106+173+50=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD32 is #9552CD. Grayscale: #8B8B8B. Windows color (decimal): -9786062 or 3321194. OLE color: 3321194.
HSL color Cylindrical-coordinate representation of color #6AAD32: hue angle of 92.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6AAD32 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 50 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.32 |
| HSL | 92.68º | 0.55% | 0.44% | - |
| HSV(B) | 92.68º | 0.71% | 0.68% | - |
| XYZ | 21.46 | 33.18 | 8.29 | - |
| YUV | 138.95 | 77.8 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 50 | 0.39 | 0 | 0.71 | 0.32 | 92.68 | 0.55 | 0.44 |
| Hex | 6A | AD | 32 | 27 | 0 | 47 | 20 | 5D | 37 | 2C |
| Octal | 152 | 255 | 62 | 47 | 0 | 107 | 40 | 135 | 67 | 54 |
| Binary | 1101010 | 10101101 | 110010 | 100111 | 0 | 1000111 | 100000 | 1011101 | 110111 | 101100 |
Color Harmonies of #6AAD32
Complementary color
Monochromatic Colors of #6AAD32
Black with #6AAD32
Text Example
Text Example
White with #6AAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD32; }
p { color: rgb(106,173,50); }
H1.HeaderClassName
{
color: #6AAD32;
}
.AnyTagClassName
{
color: #6AAD32;
}
</style>
background-color css
<style>
a { background-color: #6AAD32; }
a { background-color: rgb(106,173,50); }
div.DivClassName
{
background-color: #6AAD32;
}
.BgClassName
{
background-color: #6AAD32;
}
</style>
border-color css
<style>
span { border-color: #6AAD32; }
span { border-color: rgb(106,173,50); }
td.TdClassName
{
border-color: #6AAD32;
}
.TagClassName
{
border-color: #6AAD32;
}
</style>