Shades of Apple #6AAA5F
Tints of Apple #6AAA5F
RGB
CMYK
RGB Variations
Color information
#6AAA5F (or 0x6AAA5F) is known color: Apple. HEX triplet: 6A, AA and 5F. RGB value is (106,170,95). Sum of RGB (Red+Green+Blue) = 106+170+95=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA5F is #9555A0. Grayscale: #8E8E8E. Windows color (decimal): -9786785 or 6269546. OLE color: 6269546.
HSL color Cylindrical-coordinate representation of color #6AAA5F: hue angle of 111.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AAA5F is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 95 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.33 |
| HSL | 111.2º | 0.31% | 0.52% | - |
| HSV(B) | 111.2º | 0.44% | 0.67% | - |
| XYZ | 22.38 | 32.64 | 15.95 | - |
| YUV | 142.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 95 | 0.38 | 0 | 0.44 | 0.33 | 111.2 | 0.31 | 0.52 |
| Hex | 6A | AA | 5F | 26 | 0 | 2C | 21 | 6F | 1F | 34 |
| Octal | 152 | 252 | 137 | 46 | 0 | 54 | 41 | 157 | 37 | 64 |
| Binary | 1101010 | 10101010 | 1011111 | 100110 | 0 | 101100 | 100001 | 1101111 | 11111 | 110100 |
Color Harmonies of #6AAA5F
Complementary color
Monochromatic Colors of #6AAA5F
Black with #6AAA5F
Text Example
Text Example
White with #6AAA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA5F; }
p { color: rgb(106,170,95); }
H1.HeaderClassName
{
color: #6AAA5F;
}
.AnyTagClassName
{
color: #6AAA5F;
}
</style>
background-color css
<style>
a { background-color: #6AAA5F; }
a { background-color: rgb(106,170,95); }
div.DivClassName
{
background-color: #6AAA5F;
}
.BgClassName
{
background-color: #6AAA5F;
}
</style>
border-color css
<style>
span { border-color: #6AAA5F; }
span { border-color: rgb(106,170,95); }
td.TdClassName
{
border-color: #6AAA5F;
}
.TagClassName
{
border-color: #6AAA5F;
}
</style>