Shades of Christi #6BAE2E
Tints of Christi #6BAE2E
RGB
CMYK
RGB Variations
Color information
#6BAE2E (or 0x6BAE2E) is known color: Christi. HEX triplet: 6B, AE and 2E. RGB value is (107,174,46). Sum of RGB (Red+Green+Blue) = 107+174+46=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAE2E is #9451D1. Grayscale: #8B8B8B. Windows color (decimal): -9720274 or 3059307. OLE color: 3059307.
HSL color Cylindrical-coordinate representation of color #6BAE2E: hue angle of 91.41º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6BAE2E is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 46 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.32 |
| HSL | 91.41º | 0.58% | 0.43% | - |
| HSV(B) | 91.41º | 0.74% | 0.68% | - |
| XYZ | 21.69 | 33.6 | 7.93 | - |
| YUV | 139.38 | 75.3 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 46 | 0.39 | 0 | 0.74 | 0.32 | 91.41 | 0.58 | 0.43 |
| Hex | 6B | AE | 2E | 27 | 0 | 4A | 20 | 5B | 3A | 2B |
| Octal | 153 | 256 | 56 | 47 | 0 | 112 | 40 | 133 | 72 | 53 |
| Binary | 1101011 | 10101110 | 101110 | 100111 | 0 | 1001010 | 100000 | 1011011 | 111010 | 101011 |
Color Harmonies of #6BAE2E
Complementary color
Monochromatic Colors of #6BAE2E
Black with #6BAE2E
Text Example
Text Example
White with #6BAE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE2E; }
p { color: rgb(107,174,46); }
H1.HeaderClassName
{
color: #6BAE2E;
}
.AnyTagClassName
{
color: #6BAE2E;
}
</style>
background-color css
<style>
a { background-color: #6BAE2E; }
a { background-color: rgb(107,174,46); }
div.DivClassName
{
background-color: #6BAE2E;
}
.BgClassName
{
background-color: #6BAE2E;
}
</style>
border-color css
<style>
span { border-color: #6BAE2E; }
span { border-color: rgb(107,174,46); }
td.TdClassName
{
border-color: #6BAE2E;
}
.TagClassName
{
border-color: #6BAE2E;
}
</style>