Shades of Apple #6FBF52
Tints of Apple #6FBF52
RGB
CMYK
RGB Variations
Color information
#6FBF52 (or 0x6FBF52) is known color: Apple. HEX triplet: 6F, BF and 52. RGB value is (111,191,82). Sum of RGB (Red+Green+Blue) = 111+191+82=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBF52 is #9040AD. Grayscale: #9B9B9B. Windows color (decimal): -9453742 or 5422959. OLE color: 5422959.
HSL color Cylindrical-coordinate representation of color #6FBF52: hue angle of 104.04º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6FBF52 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 82 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.25 |
| HSL | 104.04º | 0.46% | 0.54% | - |
| HSV(B) | 104.04º | 0.57% | 0.75% | - |
| XYZ | 26.71 | 41.25 | 14.54 | - |
| YUV | 154.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 82 | 0.42 | 0 | 0.57 | 0.25 | 104.04 | 0.46 | 0.54 |
| Hex | 6F | BF | 52 | 2A | 0 | 39 | 19 | 68 | 2E | 36 |
| Octal | 157 | 277 | 122 | 52 | 0 | 71 | 31 | 150 | 56 | 66 |
| Binary | 1101111 | 10111111 | 1010010 | 101010 | 0 | 111001 | 11001 | 1101000 | 101110 | 110110 |
Color Harmonies of #6FBF52
Complementary color
Monochromatic Colors of #6FBF52
Black with #6FBF52
Text Example
Text Example
White with #6FBF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBF52; }
p { color: rgb(111,191,82); }
H1.HeaderClassName
{
color: #6FBF52;
}
.AnyTagClassName
{
color: #6FBF52;
}
</style>
background-color css
<style>
a { background-color: #6FBF52; }
a { background-color: rgb(111,191,82); }
div.DivClassName
{
background-color: #6FBF52;
}
.BgClassName
{
background-color: #6FBF52;
}
</style>
border-color css
<style>
span { border-color: #6FBF52; }
span { border-color: rgb(111,191,82); }
td.TdClassName
{
border-color: #6FBF52;
}
.TagClassName
{
border-color: #6FBF52;
}
</style>