Shades of Christi #6BAE29
Tints of Christi #6BAE29
RGB
CMYK
RGB Variations
Color information
#6BAE29 (or 0x6BAE29) is known color: Christi. HEX triplet: 6B, AE and 29. RGB value is (107,174,41). Sum of RGB (Red+Green+Blue) = 107+174+41=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAE29 is #9451D6. Grayscale: #8B8B8B. Windows color (decimal): -9720279 or 2731627. OLE color: 2731627.
HSL color Cylindrical-coordinate representation of color #6BAE29: hue angle of 90.23º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BAE29 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 41 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.32 |
| HSL | 90.23º | 0.62% | 0.42% | - |
| HSV(B) | 90.23º | 0.76% | 0.68% | - |
| XYZ | 21.6 | 33.56 | 7.44 | - |
| YUV | 138.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 41 | 0.39 | 0 | 0.76 | 0.32 | 90.23 | 0.62 | 0.42 |
| Hex | 6B | AE | 29 | 27 | 0 | 4C | 20 | 5A | 3E | 2A |
| Octal | 153 | 256 | 51 | 47 | 0 | 114 | 40 | 132 | 76 | 52 |
| Binary | 1101011 | 10101110 | 101001 | 100111 | 0 | 1001100 | 100000 | 1011010 | 111110 | 101010 |
Color Harmonies of #6BAE29
Complementary color
Monochromatic Colors of #6BAE29
Black with #6BAE29
Text Example
Text Example
White with #6BAE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE29; }
p { color: rgb(107,174,41); }
H1.HeaderClassName
{
color: #6BAE29;
}
.AnyTagClassName
{
color: #6BAE29;
}
</style>
background-color css
<style>
a { background-color: #6BAE29; }
a { background-color: rgb(107,174,41); }
div.DivClassName
{
background-color: #6BAE29;
}
.BgClassName
{
background-color: #6BAE29;
}
</style>
border-color css
<style>
span { border-color: #6BAE29; }
span { border-color: rgb(107,174,41); }
td.TdClassName
{
border-color: #6BAE29;
}
.TagClassName
{
border-color: #6BAE29;
}
</style>