Shades of Christi #6BAE31
Tints of Christi #6BAE31
RGB
CMYK
RGB Variations
Color information
#6BAE31 (or 0x6BAE31) is known color: Christi. HEX triplet: 6B, AE and 31. RGB value is (107,174,49). Sum of RGB (Red+Green+Blue) = 107+174+49=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAE31 is #9451CE. Grayscale: #8C8C8C. Windows color (decimal): -9720271 or 3255915. OLE color: 3255915.
HSL color Cylindrical-coordinate representation of color #6BAE31: hue angle of 92.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6BAE31 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 49 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.32 |
| HSL | 92.16º | 0.56% | 0.44% | - |
| HSV(B) | 92.16º | 0.72% | 0.68% | - |
| XYZ | 21.75 | 33.62 | 8.25 | - |
| YUV | 139.72 | 76.8 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 49 | 0.39 | 0 | 0.72 | 0.32 | 92.16 | 0.56 | 0.44 |
| Hex | 6B | AE | 31 | 27 | 0 | 48 | 20 | 5C | 38 | 2C |
| Octal | 153 | 256 | 61 | 47 | 0 | 110 | 40 | 134 | 70 | 54 |
| Binary | 1101011 | 10101110 | 110001 | 100111 | 0 | 1001000 | 100000 | 1011100 | 111000 | 101100 |
Color Harmonies of #6BAE31
Complementary color
Monochromatic Colors of #6BAE31
Black with #6BAE31
Text Example
Text Example
White with #6BAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE31; }
p { color: rgb(107,174,49); }
H1.HeaderClassName
{
color: #6BAE31;
}
.AnyTagClassName
{
color: #6BAE31;
}
</style>
background-color css
<style>
a { background-color: #6BAE31; }
a { background-color: rgb(107,174,49); }
div.DivClassName
{
background-color: #6BAE31;
}
.BgClassName
{
background-color: #6BAE31;
}
</style>
border-color css
<style>
span { border-color: #6BAE31; }
span { border-color: rgb(107,174,49); }
td.TdClassName
{
border-color: #6BAE31;
}
.TagClassName
{
border-color: #6BAE31;
}
</style>