Shades of Apple #6AB432
Tints of Apple #6AB432
RGB
CMYK
RGB Variations
Color information
#6AB432 (or 0x6AB432) is known color: Apple. HEX triplet: 6A, B4 and 32. RGB value is (106,180,50). Sum of RGB (Red+Green+Blue) = 106+180+50=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB432 is #954BCD. Grayscale: #8F8F8F. Windows color (decimal): -9784270 or 3322986. OLE color: 3322986.
HSL color Cylindrical-coordinate representation of color #6AB432: hue angle of 94.15º 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 #6AB432 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 180 | 50 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.29 |
| HSL | 94.15º | 0.57% | 0.45% | - |
| HSV(B) | 94.15º | 0.72% | 0.71% | - |
| XYZ | 22.84 | 35.94 | 8.75 | - |
| YUV | 143.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 50 | 0.41 | 0 | 0.72 | 0.29 | 94.15 | 0.57 | 0.45 |
| Hex | 6A | B4 | 32 | 29 | 0 | 48 | 1D | 5E | 39 | 2D |
| Octal | 152 | 264 | 62 | 51 | 0 | 110 | 35 | 136 | 71 | 55 |
| Binary | 1101010 | 10110100 | 110010 | 101001 | 0 | 1001000 | 11101 | 1011110 | 111001 | 101101 |
Color Harmonies of #6AB432
Complementary color
Monochromatic Colors of #6AB432
Black with #6AB432
Text Example
Text Example
White with #6AB432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB432; }
p { color: rgb(106,180,50); }
H1.HeaderClassName
{
color: #6AB432;
}
.AnyTagClassName
{
color: #6AB432;
}
</style>
background-color css
<style>
a { background-color: #6AB432; }
a { background-color: rgb(106,180,50); }
div.DivClassName
{
background-color: #6AB432;
}
.BgClassName
{
background-color: #6AB432;
}
</style>
border-color css
<style>
span { border-color: #6AB432; }
span { border-color: rgb(106,180,50); }
td.TdClassName
{
border-color: #6AB432;
}
.TagClassName
{
border-color: #6AB432;
}
</style>