Shades of Apple #6FAB5A
Tints of Apple #6FAB5A
RGB
CMYK
RGB Variations
Color information
#6FAB5A (or 0x6FAB5A) is known color: Apple. HEX triplet: 6F, AB and 5A. RGB value is (111,171,90). Sum of RGB (Red+Green+Blue) = 111+171+90=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAB5A is #9054A5. Grayscale: #909090. Windows color (decimal): -9458854 or 5942127. OLE color: 5942127.
HSL color Cylindrical-coordinate representation of color #6FAB5A: hue angle of 104.44º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FAB5A is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 90 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.33 |
| HSL | 104.44º | 0.33% | 0.51% | - |
| HSV(B) | 104.44º | 0.47% | 0.67% | - |
| XYZ | 22.96 | 33.24 | 14.88 | - |
| YUV | 143.83 | 97.62 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 90 | 0.35 | 0 | 0.47 | 0.33 | 104.44 | 0.33 | 0.51 |
| Hex | 6F | AB | 5A | 23 | 0 | 2F | 21 | 68 | 21 | 33 |
| Octal | 157 | 253 | 132 | 43 | 0 | 57 | 41 | 150 | 41 | 63 |
| Binary | 1101111 | 10101011 | 1011010 | 100011 | 0 | 101111 | 100001 | 1101000 | 100001 | 110011 |
Color Harmonies of #6FAB5A
Complementary color
Monochromatic Colors of #6FAB5A
Black with #6FAB5A
Text Example
Text Example
White with #6FAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB5A; }
p { color: rgb(111,171,90); }
H1.HeaderClassName
{
color: #6FAB5A;
}
.AnyTagClassName
{
color: #6FAB5A;
}
</style>
background-color css
<style>
a { background-color: #6FAB5A; }
a { background-color: rgb(111,171,90); }
div.DivClassName
{
background-color: #6FAB5A;
}
.BgClassName
{
background-color: #6FAB5A;
}
</style>
border-color css
<style>
span { border-color: #6FAB5A; }
span { border-color: rgb(111,171,90); }
td.TdClassName
{
border-color: #6FAB5A;
}
.TagClassName
{
border-color: #6FAB5A;
}
</style>