Shades of Apple #6FA952
Tints of Apple #6FA952
RGB
CMYK
RGB Variations
Color information
#6FA952 (or 0x6FA952) is known color: Apple. HEX triplet: 6F, A9 and 52. RGB value is (111,169,82). Sum of RGB (Red+Green+Blue) = 111+169+82=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA952 is #9056AD. Grayscale: #8E8E8E. Windows color (decimal): -9459374 or 5417327. OLE color: 5417327.
HSL color Cylindrical-coordinate representation of color #6FA952: hue angle of 100º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FA952 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 82 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.34 |
| HSL | 100º | 0.35% | 0.49% | - |
| HSV(B) | 100º | 0.51% | 0.66% | - |
| XYZ | 22.27 | 32.36 | 13.06 | - |
| YUV | 141.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 82 | 0.34 | 0 | 0.51 | 0.34 | 100 | 0.35 | 0.49 |
| Hex | 6F | A9 | 52 | 22 | 0 | 33 | 22 | 64 | 23 | 31 |
| Octal | 157 | 251 | 122 | 42 | 0 | 63 | 42 | 144 | 43 | 61 |
| Binary | 1101111 | 10101001 | 1010010 | 100010 | 0 | 110011 | 100010 | 1100100 | 100011 | 110001 |
Color Harmonies of #6FA952
Complementary color
Monochromatic Colors of #6FA952
Black with #6FA952
Text Example
Text Example
White with #6FA952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA952; }
p { color: rgb(111,169,82); }
H1.HeaderClassName
{
color: #6FA952;
}
.AnyTagClassName
{
color: #6FA952;
}
</style>
background-color css
<style>
a { background-color: #6FA952; }
a { background-color: rgb(111,169,82); }
div.DivClassName
{
background-color: #6FA952;
}
.BgClassName
{
background-color: #6FA952;
}
</style>
border-color css
<style>
span { border-color: #6FA952; }
span { border-color: rgb(111,169,82); }
td.TdClassName
{
border-color: #6FA952;
}
.TagClassName
{
border-color: #6FA952;
}
</style>