Shades of Apple #6CBA53
Tints of Apple #6CBA53
RGB
CMYK
RGB Variations
Color information
#6CBA53 (or 0x6CBA53) is known color: Apple. HEX triplet: 6C, BA and 53. RGB value is (108,186,83). Sum of RGB (Red+Green+Blue) = 108+186+83=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA53 is #9345AC. Grayscale: #979797. Windows color (decimal): -9651629 or 5487212. OLE color: 5487212.
HSL color Cylindrical-coordinate representation of color #6CBA53: hue angle of 105.44º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CBA53 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 83 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.27 |
| HSL | 105.44º | 0.43% | 0.53% | - |
| HSV(B) | 105.44º | 0.55% | 0.73% | - |
| XYZ | 25.3 | 38.93 | 14.36 | - |
| YUV | 150.94 | 89.66 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 83 | 0.42 | 0 | 0.55 | 0.27 | 105.44 | 0.43 | 0.53 |
| Hex | 6C | BA | 53 | 2A | 0 | 37 | 1B | 69 | 2B | 35 |
| Octal | 154 | 272 | 123 | 52 | 0 | 67 | 33 | 151 | 53 | 65 |
| Binary | 1101100 | 10111010 | 1010011 | 101010 | 0 | 110111 | 11011 | 1101001 | 101011 | 110101 |
Color Harmonies of #6CBA53
Complementary color
Monochromatic Colors of #6CBA53
Black with #6CBA53
Text Example
Text Example
White with #6CBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBA53; }
p { color: rgb(108,186,83); }
H1.HeaderClassName
{
color: #6CBA53;
}
.AnyTagClassName
{
color: #6CBA53;
}
</style>
background-color css
<style>
a { background-color: #6CBA53; }
a { background-color: rgb(108,186,83); }
div.DivClassName
{
background-color: #6CBA53;
}
.BgClassName
{
background-color: #6CBA53;
}
</style>
border-color css
<style>
span { border-color: #6CBA53; }
span { border-color: rgb(108,186,83); }
td.TdClassName
{
border-color: #6CBA53;
}
.TagClassName
{
border-color: #6CBA53;
}
</style>