Shades of Apple #6AB752
Tints of Apple #6AB752
RGB
CMYK
RGB Variations
Color information
#6AB752 (or 0x6AB752) is known color: Apple. HEX triplet: 6A, B7 and 52. RGB value is (106,183,82). Sum of RGB (Red+Green+Blue) = 106+183+82=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB752 is #9548AD. Grayscale: #949494. Windows color (decimal): -9783470 or 5420906. OLE color: 5420906.
HSL color Cylindrical-coordinate representation of color #6AB752: hue angle of 105.74º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AB752 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 82 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.28 |
| HSL | 105.74º | 0.41% | 0.52% | - |
| HSV(B) | 105.74º | 0.55% | 0.72% | - |
| XYZ | 24.4 | 37.54 | 13.94 | - |
| YUV | 148.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 82 | 0.42 | 0 | 0.55 | 0.28 | 105.74 | 0.41 | 0.52 |
| Hex | 6A | B7 | 52 | 2A | 0 | 37 | 1C | 6A | 29 | 34 |
| Octal | 152 | 267 | 122 | 52 | 0 | 67 | 34 | 152 | 51 | 64 |
| Binary | 1101010 | 10110111 | 1010010 | 101010 | 0 | 110111 | 11100 | 1101010 | 101001 | 110100 |
Color Harmonies of #6AB752
Complementary color
Monochromatic Colors of #6AB752
Black with #6AB752
Text Example
Text Example
White with #6AB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB752; }
p { color: rgb(106,183,82); }
H1.HeaderClassName
{
color: #6AB752;
}
.AnyTagClassName
{
color: #6AB752;
}
</style>
background-color css
<style>
a { background-color: #6AB752; }
a { background-color: rgb(106,183,82); }
div.DivClassName
{
background-color: #6AB752;
}
.BgClassName
{
background-color: #6AB752;
}
</style>
border-color css
<style>
span { border-color: #6AB752; }
span { border-color: rgb(106,183,82); }
td.TdClassName
{
border-color: #6AB752;
}
.TagClassName
{
border-color: #6AB752;
}
</style>