Shades of Apple #6BB252
Tints of Apple #6BB252
RGB
CMYK
RGB Variations
Color information
#6BB252 (or 0x6BB252) is known color: Apple. HEX triplet: 6B, B2 and 52. RGB value is (107,178,82). Sum of RGB (Red+Green+Blue) = 107+178+82=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB252 is #944DAD. Grayscale: #929292. Windows color (decimal): -9719214 or 5419627. OLE color: 5419627.
HSL color Cylindrical-coordinate representation of color #6BB252: hue angle of 104.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BB252 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 178 | 82 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.30 |
| HSL | 104.38º | 0.38% | 0.51% | - |
| HSV(B) | 104.38º | 0.54% | 0.7% | - |
| XYZ | 23.51 | 35.58 | 13.61 | - |
| YUV | 145.83 | 91.98 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 82 | 0.40 | 0 | 0.54 | 0.30 | 104.38 | 0.38 | 0.51 |
| Hex | 6B | B2 | 52 | 28 | 0 | 36 | 1E | 68 | 26 | 33 |
| Octal | 153 | 262 | 122 | 50 | 0 | 66 | 36 | 150 | 46 | 63 |
| Binary | 1101011 | 10110010 | 1010010 | 101000 | 0 | 110110 | 11110 | 1101000 | 100110 | 110011 |
Color Harmonies of #6BB252
Complementary color
Monochromatic Colors of #6BB252
Black with #6BB252
Text Example
Text Example
White with #6BB252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB252; }
p { color: rgb(107,178,82); }
H1.HeaderClassName
{
color: #6BB252;
}
.AnyTagClassName
{
color: #6BB252;
}
</style>
background-color css
<style>
a { background-color: #6BB252; }
a { background-color: rgb(107,178,82); }
div.DivClassName
{
background-color: #6BB252;
}
.BgClassName
{
background-color: #6BB252;
}
</style>
border-color css
<style>
span { border-color: #6BB252; }
span { border-color: rgb(107,178,82); }
td.TdClassName
{
border-color: #6BB252;
}
.TagClassName
{
border-color: #6BB252;
}
</style>