Shades of Apple #6AB85C
Tints of Apple #6AB85C
RGB
CMYK
RGB Variations
Color information
#6AB85C (or 0x6AB85C) is known color: Apple. HEX triplet: 6A, B8 and 5C. RGB value is (106,184,92). Sum of RGB (Red+Green+Blue) = 106+184+92=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB85C is #9547A3. Grayscale: #969696. Windows color (decimal): -9783204 or 6076522. OLE color: 6076522.
HSL color Cylindrical-coordinate representation of color #6AB85C: hue angle of 110.87º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AB85C is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 92 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.28 |
| HSL | 110.87º | 0.39% | 0.54% | - |
| HSV(B) | 110.87º | 0.5% | 0.72% | - |
| XYZ | 25.02 | 38.12 | 16.16 | - |
| YUV | 150.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 92 | 0.42 | 0 | 0.50 | 0.28 | 110.87 | 0.39 | 0.54 |
| Hex | 6A | B8 | 5C | 2A | 0 | 32 | 1C | 6F | 27 | 36 |
| Octal | 152 | 270 | 134 | 52 | 0 | 62 | 34 | 157 | 47 | 66 |
| Binary | 1101010 | 10111000 | 1011100 | 101010 | 0 | 110010 | 11100 | 1101111 | 100111 | 110110 |
Color Harmonies of #6AB85C
Complementary color
Monochromatic Colors of #6AB85C
Black with #6AB85C
Text Example
Text Example
White with #6AB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB85C; }
p { color: rgb(106,184,92); }
H1.HeaderClassName
{
color: #6AB85C;
}
.AnyTagClassName
{
color: #6AB85C;
}
</style>
background-color css
<style>
a { background-color: #6AB85C; }
a { background-color: rgb(106,184,92); }
div.DivClassName
{
background-color: #6AB85C;
}
.BgClassName
{
background-color: #6AB85C;
}
</style>
border-color css
<style>
span { border-color: #6AB85C; }
span { border-color: rgb(106,184,92); }
td.TdClassName
{
border-color: #6AB85C;
}
.TagClassName
{
border-color: #6AB85C;
}
</style>