Shades of Apple #6BA352
Tints of Apple #6BA352
RGB
CMYK
RGB Variations
Color information
#6BA352 (or 0x6BA352) is known color: Apple. HEX triplet: 6B, A3 and 52. RGB value is (107,163,82). Sum of RGB (Red+Green+Blue) = 107+163+82=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA352 is #945CAD. Grayscale: #898989. Windows color (decimal): -9723054 or 5415787. OLE color: 5415787.
HSL color Cylindrical-coordinate representation of color #6BA352: hue angle of 101.48º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BA352 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 82 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.36 |
| HSL | 101.48º | 0.33% | 0.48% | - |
| HSV(B) | 101.48º | 0.5% | 0.64% | - |
| XYZ | 20.68 | 29.93 | 12.67 | - |
| YUV | 137.02 | 96.95 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 82 | 0.34 | 0 | 0.50 | 0.36 | 101.48 | 0.33 | 0.48 |
| Hex | 6B | A3 | 52 | 22 | 0 | 32 | 24 | 65 | 21 | 30 |
| Octal | 153 | 243 | 122 | 42 | 0 | 62 | 44 | 145 | 41 | 60 |
| Binary | 1101011 | 10100011 | 1010010 | 100010 | 0 | 110010 | 100100 | 1100101 | 100001 | 110000 |
Color Harmonies of #6BA352
Complementary color
Monochromatic Colors of #6BA352
Black with #6BA352
Text Example
Text Example
White with #6BA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA352; }
p { color: rgb(107,163,82); }
H1.HeaderClassName
{
color: #6BA352;
}
.AnyTagClassName
{
color: #6BA352;
}
</style>
background-color css
<style>
a { background-color: #6BA352; }
a { background-color: rgb(107,163,82); }
div.DivClassName
{
background-color: #6BA352;
}
.BgClassName
{
background-color: #6BA352;
}
</style>
border-color css
<style>
span { border-color: #6BA352; }
span { border-color: rgb(107,163,82); }
td.TdClassName
{
border-color: #6BA352;
}
.TagClassName
{
border-color: #6BA352;
}
</style>