Shades of Christi #6AAE31
Tints of Christi #6AAE31
RGB
CMYK
RGB Variations
Color information
#6AAE31 (or 0x6AAE31) is known color: Christi. HEX triplet: 6A, AE and 31. RGB value is (106,174,49). Sum of RGB (Red+Green+Blue) = 106+174+49=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE31 is #9551CE. Grayscale: #8B8B8B. Windows color (decimal): -9785807 or 3255914. OLE color: 3255914.
HSL color Cylindrical-coordinate representation of color #6AAE31: hue angle of 92.64º 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 #6AAE31 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 49 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.32 |
| HSL | 92.64º | 0.56% | 0.44% | - |
| HSV(B) | 92.64º | 0.72% | 0.68% | - |
| XYZ | 21.63 | 33.56 | 8.24 | - |
| YUV | 139.42 | 76.97 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 49 | 0.39 | 0 | 0.72 | 0.32 | 92.64 | 0.56 | 0.44 |
| Hex | 6A | AE | 31 | 27 | 0 | 48 | 20 | 5D | 38 | 2C |
| Octal | 152 | 256 | 61 | 47 | 0 | 110 | 40 | 135 | 70 | 54 |
| Binary | 1101010 | 10101110 | 110001 | 100111 | 0 | 1001000 | 100000 | 1011101 | 111000 | 101100 |
Color Harmonies of #6AAE31
Complementary color
Monochromatic Colors of #6AAE31
Black with #6AAE31
Text Example
Text Example
White with #6AAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE31; }
p { color: rgb(106,174,49); }
H1.HeaderClassName
{
color: #6AAE31;
}
.AnyTagClassName
{
color: #6AAE31;
}
</style>
background-color css
<style>
a { background-color: #6AAE31; }
a { background-color: rgb(106,174,49); }
div.DivClassName
{
background-color: #6AAE31;
}
.BgClassName
{
background-color: #6AAE31;
}
</style>
border-color css
<style>
span { border-color: #6AAE31; }
span { border-color: rgb(106,174,49); }
td.TdClassName
{
border-color: #6AAE31;
}
.TagClassName
{
border-color: #6AAE31;
}
</style>