Shades of Apple #6BAB5B
Tints of Apple #6BAB5B
RGB
CMYK
RGB Variations
Color information
#6BAB5B (or 0x6BAB5B) is known color: Apple. HEX triplet: 6B, AB and 5B. RGB value is (107,171,91). Sum of RGB (Red+Green+Blue) = 107+171+91=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB5B is #9454A4. Grayscale: #8F8F8F. Windows color (decimal): -9720997 or 6007659. OLE color: 6007659.
HSL color Cylindrical-coordinate representation of color #6BAB5B: hue angle of 108º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BAB5B is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 91 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.33 |
| HSL | 108º | 0.32% | 0.51% | - |
| HSV(B) | 108º | 0.47% | 0.67% | - |
| XYZ | 22.51 | 33.01 | 15.08 | - |
| YUV | 142.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 91 | 0.37 | 0 | 0.47 | 0.33 | 108 | 0.32 | 0.51 |
| Hex | 6B | AB | 5B | 25 | 0 | 2F | 21 | 6C | 20 | 33 |
| Octal | 153 | 253 | 133 | 45 | 0 | 57 | 41 | 154 | 40 | 63 |
| Binary | 1101011 | 10101011 | 1011011 | 100101 | 0 | 101111 | 100001 | 1101100 | 100000 | 110011 |
Color Harmonies of #6BAB5B
Complementary color
Monochromatic Colors of #6BAB5B
Black with #6BAB5B
Text Example
Text Example
White with #6BAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB5B; }
p { color: rgb(107,171,91); }
H1.HeaderClassName
{
color: #6BAB5B;
}
.AnyTagClassName
{
color: #6BAB5B;
}
</style>
background-color css
<style>
a { background-color: #6BAB5B; }
a { background-color: rgb(107,171,91); }
div.DivClassName
{
background-color: #6BAB5B;
}
.BgClassName
{
background-color: #6BAB5B;
}
</style>
border-color css
<style>
span { border-color: #6BAB5B; }
span { border-color: rgb(107,171,91); }
td.TdClassName
{
border-color: #6BAB5B;
}
.TagClassName
{
border-color: #6BAB5B;
}
</style>