Shades of Apple #6FAD58
Tints of Apple #6FAD58
RGB
CMYK
RGB Variations
Color information
#6FAD58 (or 0x6FAD58) is known color: Apple. HEX triplet: 6F, AD and 58. RGB value is (111,173,88). Sum of RGB (Red+Green+Blue) = 111+173+88=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAD58 is #9052A7. Grayscale: #919191. Windows color (decimal): -9458344 or 5811567. OLE color: 5811567.
HSL color Cylindrical-coordinate representation of color #6FAD58: hue angle of 103.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FAD58 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 88 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.32 |
| HSL | 103.76º | 0.34% | 0.51% | - |
| HSV(B) | 103.76º | 0.49% | 0.68% | - |
| XYZ | 23.26 | 33.97 | 14.56 | - |
| YUV | 144.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 88 | 0.36 | 0 | 0.49 | 0.32 | 103.76 | 0.34 | 0.51 |
| Hex | 6F | AD | 58 | 24 | 0 | 31 | 20 | 68 | 22 | 33 |
| Octal | 157 | 255 | 130 | 44 | 0 | 61 | 40 | 150 | 42 | 63 |
| Binary | 1101111 | 10101101 | 1011000 | 100100 | 0 | 110001 | 100000 | 1101000 | 100010 | 110011 |
Color Harmonies of #6FAD58
Complementary color
Monochromatic Colors of #6FAD58
Black with #6FAD58
Text Example
Text Example
White with #6FAD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD58; }
p { color: rgb(111,173,88); }
H1.HeaderClassName
{
color: #6FAD58;
}
.AnyTagClassName
{
color: #6FAD58;
}
</style>
background-color css
<style>
a { background-color: #6FAD58; }
a { background-color: rgb(111,173,88); }
div.DivClassName
{
background-color: #6FAD58;
}
.BgClassName
{
background-color: #6FAD58;
}
</style>
border-color css
<style>
span { border-color: #6FAD58; }
span { border-color: rgb(111,173,88); }
td.TdClassName
{
border-color: #6FAD58;
}
.TagClassName
{
border-color: #6FAD58;
}
</style>