Shades of Apple #6BAB4C
Tints of Apple #6BAB4C
RGB
CMYK
RGB Variations
Color information
#6BAB4C (or 0x6BAB4C) is known color: Apple. HEX triplet: 6B, AB and 4C. RGB value is (107,171,76). Sum of RGB (Red+Green+Blue) = 107+171+76=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAB4C is #9454B3. Grayscale: #8D8D8D. Windows color (decimal): -9721012 or 5024619. OLE color: 5024619.
HSL color Cylindrical-coordinate representation of color #6BAB4C: hue angle of 100.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BAB4C is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 76 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.33 |
| HSL | 100.42º | 0.38% | 0.48% | - |
| HSV(B) | 100.42º | 0.56% | 0.67% | - |
| XYZ | 21.93 | 32.77 | 12.01 | - |
| YUV | 141.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 76 | 0.37 | 0 | 0.56 | 0.33 | 100.42 | 0.38 | 0.48 |
| Hex | 6B | AB | 4C | 25 | 0 | 38 | 21 | 64 | 26 | 30 |
| Octal | 153 | 253 | 114 | 45 | 0 | 70 | 41 | 144 | 46 | 60 |
| Binary | 1101011 | 10101011 | 1001100 | 100101 | 0 | 111000 | 100001 | 1100100 | 100110 | 110000 |
Color Harmonies of #6BAB4C
Complementary color
Monochromatic Colors of #6BAB4C
Black with #6BAB4C
Text Example
Text Example
White with #6BAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB4C; }
p { color: rgb(107,171,76); }
H1.HeaderClassName
{
color: #6BAB4C;
}
.AnyTagClassName
{
color: #6BAB4C;
}
</style>
background-color css
<style>
a { background-color: #6BAB4C; }
a { background-color: rgb(107,171,76); }
div.DivClassName
{
background-color: #6BAB4C;
}
.BgClassName
{
background-color: #6BAB4C;
}
</style>
border-color css
<style>
span { border-color: #6BAB4C; }
span { border-color: rgb(107,171,76); }
td.TdClassName
{
border-color: #6BAB4C;
}
.TagClassName
{
border-color: #6BAB4C;
}
</style>