Shades of Apple #6AA84B
Tints of Apple #6AA84B
RGB
CMYK
RGB Variations
Color information
#6AA84B (or 0x6AA84B) is known color: Apple. HEX triplet: 6A, A8 and 4B. RGB value is (106,168,75). Sum of RGB (Red+Green+Blue) = 106+168+75=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA84B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA84B is #9557B4. Grayscale: #8B8B8B. Windows color (decimal): -9787317 or 4958314. OLE color: 4958314.
HSL color Cylindrical-coordinate representation of color #6AA84B: hue angle of 100º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AA84B is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 168 | 75 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.34 |
| HSL | 100º | 0.38% | 0.48% | - |
| HSV(B) | 100º | 0.55% | 0.66% | - |
| XYZ | 21.22 | 31.58 | 11.63 | - |
| YUV | 138.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 75 | 0.37 | 0 | 0.55 | 0.34 | 100 | 0.38 | 0.48 |
| Hex | 6A | A8 | 4B | 25 | 0 | 37 | 22 | 64 | 26 | 30 |
| Octal | 152 | 250 | 113 | 45 | 0 | 67 | 42 | 144 | 46 | 60 |
| Binary | 1101010 | 10101000 | 1001011 | 100101 | 0 | 110111 | 100010 | 1100100 | 100110 | 110000 |
Color Harmonies of #6AA84B
Complementary color
Monochromatic Colors of #6AA84B
Black with #6AA84B
Text Example
Text Example
White with #6AA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA84B; }
p { color: rgb(106,168,75); }
H1.HeaderClassName
{
color: #6AA84B;
}
.AnyTagClassName
{
color: #6AA84B;
}
</style>
background-color css
<style>
a { background-color: #6AA84B; }
a { background-color: rgb(106,168,75); }
div.DivClassName
{
background-color: #6AA84B;
}
.BgClassName
{
background-color: #6AA84B;
}
</style>
border-color css
<style>
span { border-color: #6AA84B; }
span { border-color: rgb(106,168,75); }
td.TdClassName
{
border-color: #6AA84B;
}
.TagClassName
{
border-color: #6AA84B;
}
</style>