Shades of Apple #6AB75A
Tints of Apple #6AB75A
RGB
CMYK
RGB Variations
Color information
#6AB75A (or 0x6AB75A) is known color: Apple. HEX triplet: 6A, B7 and 5A. RGB value is (106,183,90). Sum of RGB (Red+Green+Blue) = 106+183+90=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB75A is #9548A5. Grayscale: #959595. Windows color (decimal): -9783462 or 5945194. OLE color: 5945194.
HSL color Cylindrical-coordinate representation of color #6AB75A: hue angle of 109.68º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AB75A is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 90 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.28 |
| HSL | 109.68º | 0.39% | 0.54% | - |
| HSV(B) | 109.68º | 0.51% | 0.72% | - |
| XYZ | 24.72 | 37.67 | 15.64 | - |
| YUV | 149.38 | 94.49 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 90 | 0.42 | 0 | 0.51 | 0.28 | 109.68 | 0.39 | 0.54 |
| Hex | 6A | B7 | 5A | 2A | 0 | 33 | 1C | 6E | 27 | 36 |
| Octal | 152 | 267 | 132 | 52 | 0 | 63 | 34 | 156 | 47 | 66 |
| Binary | 1101010 | 10110111 | 1011010 | 101010 | 0 | 110011 | 11100 | 1101110 | 100111 | 110110 |
Color Harmonies of #6AB75A
Complementary color
Monochromatic Colors of #6AB75A
Black with #6AB75A
Text Example
Text Example
White with #6AB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB75A; }
p { color: rgb(106,183,90); }
H1.HeaderClassName
{
color: #6AB75A;
}
.AnyTagClassName
{
color: #6AB75A;
}
</style>
background-color css
<style>
a { background-color: #6AB75A; }
a { background-color: rgb(106,183,90); }
div.DivClassName
{
background-color: #6AB75A;
}
.BgClassName
{
background-color: #6AB75A;
}
</style>
border-color css
<style>
span { border-color: #6AB75A; }
span { border-color: rgb(106,183,90); }
td.TdClassName
{
border-color: #6AB75A;
}
.TagClassName
{
border-color: #6AB75A;
}
</style>