Shades of Christi #6AB820
Tints of Christi #6AB820
RGB
CMYK
RGB Variations
Color information
#6AB820 (or 0x6AB820) is known color: Christi. HEX triplet: 6A, B8 and 20. RGB value is (106,184,32). Sum of RGB (Red+Green+Blue) = 106+184+32=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB820 is #9547DF. Grayscale: #8F8F8F. Windows color (decimal): -9783264 or 2144362. OLE color: 2144362.
HSL color Cylindrical-coordinate representation of color #6AB820: hue angle of 90.79º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6AB820 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 32 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.28 |
| HSL | 90.79º | 0.7% | 0.42% | - |
| HSV(B) | 90.79º | 0.83% | 0.72% | - |
| XYZ | 23.35 | 37.45 | 7.36 | - |
| YUV | 143.35 | 65.16 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 32 | 0.42 | 0 | 0.83 | 0.28 | 90.79 | 0.7 | 0.42 |
| Hex | 6A | B8 | 20 | 2A | 0 | 53 | 1C | 5B | 46 | 2A |
| Octal | 152 | 270 | 40 | 52 | 0 | 123 | 34 | 133 | 106 | 52 |
| Binary | 1101010 | 10111000 | 100000 | 101010 | 0 | 1010011 | 11100 | 1011011 | 1000110 | 101010 |
Color Harmonies of #6AB820
Complementary color
Monochromatic Colors of #6AB820
Black with #6AB820
Text Example
Text Example
White with #6AB820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB820; }
p { color: rgb(106,184,32); }
H1.HeaderClassName
{
color: #6AB820;
}
.AnyTagClassName
{
color: #6AB820;
}
</style>
background-color css
<style>
a { background-color: #6AB820; }
a { background-color: rgb(106,184,32); }
div.DivClassName
{
background-color: #6AB820;
}
.BgClassName
{
background-color: #6AB820;
}
</style>
border-color css
<style>
span { border-color: #6AB820; }
span { border-color: rgb(106,184,32); }
td.TdClassName
{
border-color: #6AB820;
}
.TagClassName
{
border-color: #6AB820;
}
</style>