Shades of Christi #6AAF2E
Tints of Christi #6AAF2E
RGB
CMYK
RGB Variations
Color information
#6AAF2E (or 0x6AAF2E) is known color: Christi. HEX triplet: 6A, AF and 2E. RGB value is (106,175,46). Sum of RGB (Red+Green+Blue) = 106+175+46=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAF2E is #9550D1. Grayscale: #8C8C8C. Windows color (decimal): -9785554 or 3059562. OLE color: 3059562.
HSL color Cylindrical-coordinate representation of color #6AAF2E: hue angle of 92.09º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6AAF2E is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 175 | 46 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.31 |
| HSL | 92.09º | 0.58% | 0.43% | - |
| HSV(B) | 92.09º | 0.74% | 0.69% | - |
| XYZ | 21.77 | 33.92 | 7.99 | - |
| YUV | 139.66 | 75.14 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 46 | 0.39 | 0 | 0.74 | 0.31 | 92.09 | 0.58 | 0.43 |
| Hex | 6A | AF | 2E | 27 | 0 | 4A | 1F | 5C | 3A | 2B |
| Octal | 152 | 257 | 56 | 47 | 0 | 112 | 37 | 134 | 72 | 53 |
| Binary | 1101010 | 10101111 | 101110 | 100111 | 0 | 1001010 | 11111 | 1011100 | 111010 | 101011 |
Color Harmonies of #6AAF2E
Complementary color
Monochromatic Colors of #6AAF2E
Black with #6AAF2E
Text Example
Text Example
White with #6AAF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAF2E; }
p { color: rgb(106,175,46); }
H1.HeaderClassName
{
color: #6AAF2E;
}
.AnyTagClassName
{
color: #6AAF2E;
}
</style>
background-color css
<style>
a { background-color: #6AAF2E; }
a { background-color: rgb(106,175,46); }
div.DivClassName
{
background-color: #6AAF2E;
}
.BgClassName
{
background-color: #6AAF2E;
}
</style>
border-color css
<style>
span { border-color: #6AAF2E; }
span { border-color: rgb(106,175,46); }
td.TdClassName
{
border-color: #6AAF2E;
}
.TagClassName
{
border-color: #6AAF2E;
}
</style>