Shades of Apple #6FAF55
Tints of Apple #6FAF55
RGB
CMYK
RGB Variations
Color information
#6FAF55 (or 0x6FAF55) is known color: Apple. HEX triplet: 6F, AF and 55. RGB value is (111,175,85). Sum of RGB (Red+Green+Blue) = 111+175+85=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF55 is #9050AA. Grayscale: #919191. Windows color (decimal): -9457835 or 5615471. OLE color: 5615471.
HSL color Cylindrical-coordinate representation of color #6FAF55: hue angle of 102.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FAF55 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 85 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.31 |
| HSL | 102.67º | 0.36% | 0.51% | - |
| HSV(B) | 102.67º | 0.51% | 0.69% | - |
| XYZ | 23.53 | 34.7 | 14.05 | - |
| YUV | 145.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 85 | 0.37 | 0 | 0.51 | 0.31 | 102.67 | 0.36 | 0.51 |
| Hex | 6F | AF | 55 | 25 | 0 | 33 | 1F | 67 | 24 | 33 |
| Octal | 157 | 257 | 125 | 45 | 0 | 63 | 37 | 147 | 44 | 63 |
| Binary | 1101111 | 10101111 | 1010101 | 100101 | 0 | 110011 | 11111 | 1100111 | 100100 | 110011 |
Color Harmonies of #6FAF55
Complementary color
Monochromatic Colors of #6FAF55
Black with #6FAF55
Text Example
Text Example
White with #6FAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF55; }
p { color: rgb(111,175,85); }
H1.HeaderClassName
{
color: #6FAF55;
}
.AnyTagClassName
{
color: #6FAF55;
}
</style>
background-color css
<style>
a { background-color: #6FAF55; }
a { background-color: rgb(111,175,85); }
div.DivClassName
{
background-color: #6FAF55;
}
.BgClassName
{
background-color: #6FAF55;
}
</style>
border-color css
<style>
span { border-color: #6FAF55; }
span { border-color: rgb(111,175,85); }
td.TdClassName
{
border-color: #6FAF55;
}
.TagClassName
{
border-color: #6FAF55;
}
</style>