Shades of Apple #6BBC5A
Tints of Apple #6BBC5A
RGB
CMYK
RGB Variations
Color information
#6BBC5A (or 0x6BBC5A) is known color: Apple. HEX triplet: 6B, BC and 5A. RGB value is (107,188,90). Sum of RGB (Red+Green+Blue) = 107+188+90=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBC5A is #9443A5. Grayscale: #989898. Windows color (decimal): -9716646 or 5946475. OLE color: 5946475.
HSL color Cylindrical-coordinate representation of color #6BBC5A: hue angle of 109.59º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BBC5A is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 90 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.26 |
| HSL | 109.59º | 0.42% | 0.55% | - |
| HSV(B) | 109.59º | 0.52% | 0.74% | - |
| XYZ | 25.89 | 39.83 | 16 | - |
| YUV | 152.61 | 92.66 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 90 | 0.43 | 0 | 0.52 | 0.26 | 109.59 | 0.42 | 0.55 |
| Hex | 6B | BC | 5A | 2B | 0 | 34 | 1A | 6E | 2A | 37 |
| Octal | 153 | 274 | 132 | 53 | 0 | 64 | 32 | 156 | 52 | 67 |
| Binary | 1101011 | 10111100 | 1011010 | 101011 | 0 | 110100 | 11010 | 1101110 | 101010 | 110111 |
Color Harmonies of #6BBC5A
Complementary color
Monochromatic Colors of #6BBC5A
Black with #6BBC5A
Text Example
Text Example
White with #6BBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC5A; }
p { color: rgb(107,188,90); }
H1.HeaderClassName
{
color: #6BBC5A;
}
.AnyTagClassName
{
color: #6BBC5A;
}
</style>
background-color css
<style>
a { background-color: #6BBC5A; }
a { background-color: rgb(107,188,90); }
div.DivClassName
{
background-color: #6BBC5A;
}
.BgClassName
{
background-color: #6BBC5A;
}
</style>
border-color css
<style>
span { border-color: #6BBC5A; }
span { border-color: rgb(107,188,90); }
td.TdClassName
{
border-color: #6BBC5A;
}
.TagClassName
{
border-color: #6BBC5A;
}
</style>