Shades of Apple #6BC752
Tints of Apple #6BC752
RGB
CMYK
RGB Variations
Color information
#6BC752 (or 0x6BC752) is known color: Apple. HEX triplet: 6B, C7 and 52. RGB value is (107,199,82). Sum of RGB (Red+Green+Blue) = 107+199+82=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #6BC752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC752 is #9438AD. Grayscale: #9E9E9E. Windows color (decimal): -9713838 or 5425003. OLE color: 5425003.
HSL color Cylindrical-coordinate representation of color #6BC752: hue angle of 107.18º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6BC752 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 199 | 82 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.22 |
| HSL | 107.18º | 0.51% | 0.55% | - |
| HSV(B) | 107.18º | 0.59% | 0.78% | - |
| XYZ | 28.01 | 44.58 | 15.11 | - |
| YUV | 158.15 | 85.02 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 199 | 82 | 0.46 | 0 | 0.59 | 0.22 | 107.18 | 0.51 | 0.55 |
| Hex | 6B | C7 | 52 | 2E | 0 | 3B | 16 | 6B | 33 | 37 |
| Octal | 153 | 307 | 122 | 56 | 0 | 73 | 26 | 153 | 63 | 67 |
| Binary | 1101011 | 11000111 | 1010010 | 101110 | 0 | 111011 | 10110 | 1101011 | 110011 | 110111 |
Color Harmonies of #6BC752
Complementary color
Monochromatic Colors of #6BC752
Black with #6BC752
Text Example
Text Example
White with #6BC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC752; }
p { color: rgb(107,199,82); }
H1.HeaderClassName
{
color: #6BC752;
}
.AnyTagClassName
{
color: #6BC752;
}
</style>
background-color css
<style>
a { background-color: #6BC752; }
a { background-color: rgb(107,199,82); }
div.DivClassName
{
background-color: #6BC752;
}
.BgClassName
{
background-color: #6BC752;
}
</style>
border-color css
<style>
span { border-color: #6BC752; }
span { border-color: rgb(107,199,82); }
td.TdClassName
{
border-color: #6BC752;
}
.TagClassName
{
border-color: #6BC752;
}
</style>