Shades of Apple #6AB135
Tints of Apple #6AB135
RGB
CMYK
RGB Variations
Color information
#6AB135 (or 0x6AB135) is known color: Apple. HEX triplet: 6A, B1 and 35. RGB value is (106,177,53). Sum of RGB (Red+Green+Blue) = 106+177+53=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB135 is #954ECA. Grayscale: #8E8E8E. Windows color (decimal): -9785035 or 3518826. OLE color: 3518826.
HSL color Cylindrical-coordinate representation of color #6AB135: hue angle of 94.35º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6AB135 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 53 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.31 |
| HSL | 94.35º | 0.54% | 0.45% | - |
| HSV(B) | 94.35º | 0.7% | 0.69% | - |
| XYZ | 22.31 | 34.77 | 8.9 | - |
| YUV | 141.64 | 77.98 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 53 | 0.40 | 0 | 0.70 | 0.31 | 94.35 | 0.54 | 0.45 |
| Hex | 6A | B1 | 35 | 28 | 0 | 46 | 1F | 5E | 36 | 2D |
| Octal | 152 | 261 | 65 | 50 | 0 | 106 | 37 | 136 | 66 | 55 |
| Binary | 1101010 | 10110001 | 110101 | 101000 | 0 | 1000110 | 11111 | 1011110 | 110110 | 101101 |
Color Harmonies of #6AB135
Complementary color
Monochromatic Colors of #6AB135
Black with #6AB135
Text Example
Text Example
White with #6AB135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB135; }
p { color: rgb(106,177,53); }
H1.HeaderClassName
{
color: #6AB135;
}
.AnyTagClassName
{
color: #6AB135;
}
</style>
background-color css
<style>
a { background-color: #6AB135; }
a { background-color: rgb(106,177,53); }
div.DivClassName
{
background-color: #6AB135;
}
.BgClassName
{
background-color: #6AB135;
}
</style>
border-color css
<style>
span { border-color: #6AB135; }
span { border-color: rgb(106,177,53); }
td.TdClassName
{
border-color: #6AB135;
}
.TagClassName
{
border-color: #6AB135;
}
</style>