Shades of Apple #6FAF54
Tints of Apple #6FAF54
RGB
CMYK
RGB Variations
Color information
#6FAF54 (or 0x6FAF54) is known color: Apple. HEX triplet: 6F, AF and 54. RGB value is (111,175,84). Sum of RGB (Red+Green+Blue) = 111+175+84=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF54 is #9050AB. Grayscale: #919191. Windows color (decimal): -9457836 or 5549935. OLE color: 5549935.
HSL color Cylindrical-coordinate representation of color #6FAF54: hue angle of 102.2º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FAF54 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 84 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.31 |
| HSL | 102.2º | 0.36% | 0.51% | - |
| HSV(B) | 102.2º | 0.52% | 0.69% | - |
| XYZ | 23.49 | 34.68 | 13.84 | - |
| YUV | 145.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 84 | 0.37 | 0 | 0.52 | 0.31 | 102.2 | 0.36 | 0.51 |
| Hex | 6F | AF | 54 | 25 | 0 | 34 | 1F | 66 | 24 | 33 |
| Octal | 157 | 257 | 124 | 45 | 0 | 64 | 37 | 146 | 44 | 63 |
| Binary | 1101111 | 10101111 | 1010100 | 100101 | 0 | 110100 | 11111 | 1100110 | 100100 | 110011 |
Color Harmonies of #6FAF54
Complementary color
Monochromatic Colors of #6FAF54
Black with #6FAF54
Text Example
Text Example
White with #6FAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF54; }
p { color: rgb(111,175,84); }
H1.HeaderClassName
{
color: #6FAF54;
}
.AnyTagClassName
{
color: #6FAF54;
}
</style>
background-color css
<style>
a { background-color: #6FAF54; }
a { background-color: rgb(111,175,84); }
div.DivClassName
{
background-color: #6FAF54;
}
.BgClassName
{
background-color: #6FAF54;
}
</style>
border-color css
<style>
span { border-color: #6FAF54; }
span { border-color: rgb(111,175,84); }
td.TdClassName
{
border-color: #6FAF54;
}
.TagClassName
{
border-color: #6FAF54;
}
</style>