Shades of Apple #6AB05C
Tints of Apple #6AB05C
RGB
CMYK
RGB Variations
Color information
#6AB05C (or 0x6AB05C) is known color: Apple. HEX triplet: 6A, B0 and 5C. RGB value is (106,176,92). Sum of RGB (Red+Green+Blue) = 106+176+92=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB05C is #954FA3. Grayscale: #919191. Windows color (decimal): -9785252 or 6074474. OLE color: 6074474.
HSL color Cylindrical-coordinate representation of color #6AB05C: hue angle of 110º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AB05C is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 92 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.31 |
| HSL | 110º | 0.35% | 0.53% | - |
| HSV(B) | 110º | 0.48% | 0.69% | - |
| XYZ | 23.4 | 34.89 | 15.63 | - |
| YUV | 145.49 | 97.81 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 92 | 0.40 | 0 | 0.48 | 0.31 | 110 | 0.35 | 0.53 |
| Hex | 6A | B0 | 5C | 28 | 0 | 30 | 1F | 6E | 23 | 35 |
| Octal | 152 | 260 | 134 | 50 | 0 | 60 | 37 | 156 | 43 | 65 |
| Binary | 1101010 | 10110000 | 1011100 | 101000 | 0 | 110000 | 11111 | 1101110 | 100011 | 110101 |
Color Harmonies of #6AB05C
Complementary color
Monochromatic Colors of #6AB05C
Black with #6AB05C
Text Example
Text Example
White with #6AB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB05C; }
p { color: rgb(106,176,92); }
H1.HeaderClassName
{
color: #6AB05C;
}
.AnyTagClassName
{
color: #6AB05C;
}
</style>
background-color css
<style>
a { background-color: #6AB05C; }
a { background-color: rgb(106,176,92); }
div.DivClassName
{
background-color: #6AB05C;
}
.BgClassName
{
background-color: #6AB05C;
}
</style>
border-color css
<style>
span { border-color: #6AB05C; }
span { border-color: rgb(106,176,92); }
td.TdClassName
{
border-color: #6AB05C;
}
.TagClassName
{
border-color: #6AB05C;
}
</style>