Shades of Christi #6A9D20
Tints of Christi #6A9D20
RGB
CMYK
RGB Variations
Color information
#6A9D20 (or 0x6A9D20) is known color: Christi. HEX triplet: 6A, 9D and 20. RGB value is (106,157,32). Sum of RGB (Red+Green+Blue) = 106+157+32=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #6A9D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9D20 is #9562DF. Grayscale: #7F7F7F. Windows color (decimal): -9790176 or 2137450. OLE color: 2137450.
HSL color Cylindrical-coordinate representation of color #6A9D20: hue angle of 84.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A9D20 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 157 | 32 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.38 |
| HSL | 84.48º | 0.66% | 0.37% | - |
| HSV(B) | 84.48º | 0.8% | 0.62% | - |
| XYZ | 18.26 | 27.28 | 5.67 | - |
| YUV | 127.5 | 74.1 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 32 | 0.32 | 0 | 0.80 | 0.38 | 84.48 | 0.66 | 0.37 |
| Hex | 6A | 9D | 20 | 20 | 0 | 50 | 26 | 54 | 42 | 25 |
| Octal | 152 | 235 | 40 | 40 | 0 | 120 | 46 | 124 | 102 | 45 |
| Binary | 1101010 | 10011101 | 100000 | 100000 | 0 | 1010000 | 100110 | 1010100 | 1000010 | 100101 |
Color Harmonies of #6A9D20
Complementary color
Monochromatic Colors of #6A9D20
Black with #6A9D20
Text Example
Text Example
White with #6A9D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9D20; }
p { color: rgb(106,157,32); }
H1.HeaderClassName
{
color: #6A9D20;
}
.AnyTagClassName
{
color: #6A9D20;
}
</style>
background-color css
<style>
a { background-color: #6A9D20; }
a { background-color: rgb(106,157,32); }
div.DivClassName
{
background-color: #6A9D20;
}
.BgClassName
{
background-color: #6A9D20;
}
</style>
border-color css
<style>
span { border-color: #6A9D20; }
span { border-color: rgb(106,157,32); }
td.TdClassName
{
border-color: #6A9D20;
}
.TagClassName
{
border-color: #6A9D20;
}
</style>