Shades of Christi #6BAA2E
Tints of Christi #6BAA2E
RGB
CMYK
RGB Variations
Color information
#6BAA2E (or 0x6BAA2E) is known color: Christi. HEX triplet: 6B, AA and 2E. RGB value is (107,170,46). Sum of RGB (Red+Green+Blue) = 107+170+46=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAA2E is #9455D1. Grayscale: #898989. Windows color (decimal): -9721298 or 3058283. OLE color: 3058283.
HSL color Cylindrical-coordinate representation of color #6BAA2E: hue angle of 90.48º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6BAA2E is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 46 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.33 |
| HSL | 90.48º | 0.57% | 0.42% | - |
| HSV(B) | 90.48º | 0.73% | 0.67% | - |
| XYZ | 20.93 | 32.07 | 7.67 | - |
| YUV | 137.03 | 76.63 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 46 | 0.37 | 0 | 0.73 | 0.33 | 90.48 | 0.57 | 0.42 |
| Hex | 6B | AA | 2E | 25 | 0 | 49 | 21 | 5A | 39 | 2A |
| Octal | 153 | 252 | 56 | 45 | 0 | 111 | 41 | 132 | 71 | 52 |
| Binary | 1101011 | 10101010 | 101110 | 100101 | 0 | 1001001 | 100001 | 1011010 | 111001 | 101010 |
Color Harmonies of #6BAA2E
Complementary color
Monochromatic Colors of #6BAA2E
Black with #6BAA2E
Text Example
Text Example
White with #6BAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA2E; }
p { color: rgb(107,170,46); }
H1.HeaderClassName
{
color: #6BAA2E;
}
.AnyTagClassName
{
color: #6BAA2E;
}
</style>
background-color css
<style>
a { background-color: #6BAA2E; }
a { background-color: rgb(107,170,46); }
div.DivClassName
{
background-color: #6BAA2E;
}
.BgClassName
{
background-color: #6BAA2E;
}
</style>
border-color css
<style>
span { border-color: #6BAA2E; }
span { border-color: rgb(107,170,46); }
td.TdClassName
{
border-color: #6BAA2E;
}
.TagClassName
{
border-color: #6BAA2E;
}
</style>