Shades of Apple #6AB532
Tints of Apple #6AB532
RGB
CMYK
RGB Variations
Color information
#6AB532 (or 0x6AB532) is known color: Apple. HEX triplet: 6A, B5 and 32. RGB value is (106,181,50). Sum of RGB (Red+Green+Blue) = 106+181+50=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB532 is #954ACD. Grayscale: #909090. Windows color (decimal): -9784014 or 3323242. OLE color: 3323242.
HSL color Cylindrical-coordinate representation of color #6AB532: hue angle of 94.35º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6AB532 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 181 | 50 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.29 |
| HSL | 94.35º | 0.57% | 0.45% | - |
| HSV(B) | 94.35º | 0.72% | 0.71% | - |
| XYZ | 23.04 | 36.34 | 8.82 | - |
| YUV | 143.64 | 75.15 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 50 | 0.41 | 0 | 0.72 | 0.29 | 94.35 | 0.57 | 0.45 |
| Hex | 6A | B5 | 32 | 29 | 0 | 48 | 1D | 5E | 39 | 2D |
| Octal | 152 | 265 | 62 | 51 | 0 | 110 | 35 | 136 | 71 | 55 |
| Binary | 1101010 | 10110101 | 110010 | 101001 | 0 | 1001000 | 11101 | 1011110 | 111001 | 101101 |
Color Harmonies of #6AB532
Complementary color
Monochromatic Colors of #6AB532
Black with #6AB532
Text Example
Text Example
White with #6AB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB532; }
p { color: rgb(106,181,50); }
H1.HeaderClassName
{
color: #6AB532;
}
.AnyTagClassName
{
color: #6AB532;
}
</style>
background-color css
<style>
a { background-color: #6AB532; }
a { background-color: rgb(106,181,50); }
div.DivClassName
{
background-color: #6AB532;
}
.BgClassName
{
background-color: #6AB532;
}
</style>
border-color css
<style>
span { border-color: #6AB532; }
span { border-color: rgb(106,181,50); }
td.TdClassName
{
border-color: #6AB532;
}
.TagClassName
{
border-color: #6AB532;
}
</style>