Shades of Apple #6FA545
Tints of Apple #6FA545
RGB
CMYK
RGB Variations
Color information
#6FA545 (or 0x6FA545) is known color: Apple. HEX triplet: 6F, A5 and 45. RGB value is (111,165,69). Sum of RGB (Red+Green+Blue) = 111+165+69=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA545 is #905ABA. Grayscale: #8A8A8A. Windows color (decimal): -9460411 or 4564335. OLE color: 4564335.
HSL color Cylindrical-coordinate representation of color #6FA545: hue angle of 93.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FA545 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 165 | 69 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.35 |
| HSL | 93.75º | 0.41% | 0.46% | - |
| HSV(B) | 93.75º | 0.58% | 0.65% | - |
| XYZ | 21.08 | 30.72 | 10.45 | - |
| YUV | 137.91 | 89.11 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 69 | 0.33 | 0 | 0.58 | 0.35 | 93.75 | 0.41 | 0.46 |
| Hex | 6F | A5 | 45 | 21 | 0 | 3A | 23 | 5E | 29 | 2E |
| Octal | 157 | 245 | 105 | 41 | 0 | 72 | 43 | 136 | 51 | 56 |
| Binary | 1101111 | 10100101 | 1000101 | 100001 | 0 | 111010 | 100011 | 1011110 | 101001 | 101110 |
Color Harmonies of #6FA545
Complementary color
Monochromatic Colors of #6FA545
Black with #6FA545
Text Example
Text Example
White with #6FA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA545; }
p { color: rgb(111,165,69); }
H1.HeaderClassName
{
color: #6FA545;
}
.AnyTagClassName
{
color: #6FA545;
}
</style>
background-color css
<style>
a { background-color: #6FA545; }
a { background-color: rgb(111,165,69); }
div.DivClassName
{
background-color: #6FA545;
}
.BgClassName
{
background-color: #6FA545;
}
</style>
border-color css
<style>
span { border-color: #6FA545; }
span { border-color: rgb(111,165,69); }
td.TdClassName
{
border-color: #6FA545;
}
.TagClassName
{
border-color: #6FA545;
}
</style>