Shades of Christi #6ABA2D
Tints of Christi #6ABA2D
RGB
CMYK
RGB Variations
Color information
#6ABA2D (or 0x6ABA2D) is known color: Christi. HEX triplet: 6A, BA and 2D. RGB value is (106,186,45). Sum of RGB (Red+Green+Blue) = 106+186+45=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA2D is #9545D2. Grayscale: #929292. Windows color (decimal): -9782739 or 2996842. OLE color: 2996842.
HSL color Cylindrical-coordinate representation of color #6ABA2D: hue angle of 94.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6ABA2D is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 45 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.27 |
| HSL | 94.04º | 0.61% | 0.45% | - |
| HSV(B) | 94.04º | 0.76% | 0.73% | - |
| XYZ | 23.98 | 38.37 | 8.63 | - |
| YUV | 146.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 45 | 0.43 | 0 | 0.76 | 0.27 | 94.04 | 0.61 | 0.45 |
| Hex | 6A | BA | 2D | 2B | 0 | 4C | 1B | 5E | 3D | 2D |
| Octal | 152 | 272 | 55 | 53 | 0 | 114 | 33 | 136 | 75 | 55 |
| Binary | 1101010 | 10111010 | 101101 | 101011 | 0 | 1001100 | 11011 | 1011110 | 111101 | 101101 |
Color Harmonies of #6ABA2D
Complementary color
Monochromatic Colors of #6ABA2D
Black with #6ABA2D
Text Example
Text Example
White with #6ABA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABA2D; }
p { color: rgb(106,186,45); }
H1.HeaderClassName
{
color: #6ABA2D;
}
.AnyTagClassName
{
color: #6ABA2D;
}
</style>
background-color css
<style>
a { background-color: #6ABA2D; }
a { background-color: rgb(106,186,45); }
div.DivClassName
{
background-color: #6ABA2D;
}
.BgClassName
{
background-color: #6ABA2D;
}
</style>
border-color css
<style>
span { border-color: #6ABA2D; }
span { border-color: rgb(106,186,45); }
td.TdClassName
{
border-color: #6ABA2D;
}
.TagClassName
{
border-color: #6ABA2D;
}
</style>