Shades of Apple #6FBB52
Tints of Apple #6FBB52
RGB
CMYK
RGB Variations
Color information
#6FBB52 (or 0x6FBB52) is known color: Apple. HEX triplet: 6F, BB and 52. RGB value is (111,187,82). Sum of RGB (Red+Green+Blue) = 111+187+82=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBB52 is #9044AD. Grayscale: #989898. Windows color (decimal): -9454766 or 5421935. OLE color: 5421935.
HSL color Cylindrical-coordinate representation of color #6FBB52: hue angle of 103.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FBB52 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 82 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.27 |
| HSL | 103.43º | 0.44% | 0.53% | - |
| HSV(B) | 103.43º | 0.56% | 0.73% | - |
| XYZ | 25.85 | 39.53 | 14.25 | - |
| YUV | 152.31 | 88.32 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 82 | 0.41 | 0 | 0.56 | 0.27 | 103.43 | 0.44 | 0.53 |
| Hex | 6F | BB | 52 | 29 | 0 | 38 | 1B | 67 | 2C | 35 |
| Octal | 157 | 273 | 122 | 51 | 0 | 70 | 33 | 147 | 54 | 65 |
| Binary | 1101111 | 10111011 | 1010010 | 101001 | 0 | 111000 | 11011 | 1100111 | 101100 | 110101 |
Color Harmonies of #6FBB52
Complementary color
Monochromatic Colors of #6FBB52
Black with #6FBB52
Text Example
Text Example
White with #6FBB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBB52; }
p { color: rgb(111,187,82); }
H1.HeaderClassName
{
color: #6FBB52;
}
.AnyTagClassName
{
color: #6FBB52;
}
</style>
background-color css
<style>
a { background-color: #6FBB52; }
a { background-color: rgb(111,187,82); }
div.DivClassName
{
background-color: #6FBB52;
}
.BgClassName
{
background-color: #6FBB52;
}
</style>
border-color css
<style>
span { border-color: #6FBB52; }
span { border-color: rgb(111,187,82); }
td.TdClassName
{
border-color: #6FBB52;
}
.TagClassName
{
border-color: #6FBB52;
}
</style>