Shades of Apple #6FB952
Tints of Apple #6FB952
RGB
CMYK
RGB Variations
Color information
#6FB952 (or 0x6FB952) is known color: Apple. HEX triplet: 6F, B9 and 52. RGB value is (111,185,82). Sum of RGB (Red+Green+Blue) = 111+185+82=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB952 is #9046AD. Grayscale: #979797. Windows color (decimal): -9455278 or 5421423. OLE color: 5421423.
HSL color Cylindrical-coordinate representation of color #6FB952: hue angle of 103.11º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FB952 is Cyan = 0.4, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 185 | 82 | - |
| CMYK | 0.4 | 0 | 0.56 | 0.27 |
| HSL | 103.11º | 0.42% | 0.52% | - |
| HSV(B) | 103.11º | 0.56% | 0.73% | - |
| XYZ | 25.43 | 38.69 | 14.11 | - |
| YUV | 151.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 82 | 0.4 | 0 | 0.56 | 0.27 | 103.11 | 0.42 | 0.52 |
| Hex | 6F | B9 | 52 | 28 | 0 | 38 | 1B | 67 | 2A | 34 |
| Octal | 157 | 271 | 122 | 50 | 0 | 70 | 33 | 147 | 52 | 64 |
| Binary | 1101111 | 10111001 | 1010010 | 101000 | 0 | 111000 | 11011 | 1100111 | 101010 | 110100 |
Color Harmonies of #6FB952
Complementary color
Monochromatic Colors of #6FB952
Black with #6FB952
Text Example
Text Example
White with #6FB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB952; }
p { color: rgb(111,185,82); }
H1.HeaderClassName
{
color: #6FB952;
}
.AnyTagClassName
{
color: #6FB952;
}
</style>
background-color css
<style>
a { background-color: #6FB952; }
a { background-color: rgb(111,185,82); }
div.DivClassName
{
background-color: #6FB952;
}
.BgClassName
{
background-color: #6FB952;
}
</style>
border-color css
<style>
span { border-color: #6FB952; }
span { border-color: rgb(111,185,82); }
td.TdClassName
{
border-color: #6FB952;
}
.TagClassName
{
border-color: #6FB952;
}
</style>