Shades of Apple #6AAA38
Tints of Apple #6AAA38
RGB
CMYK
RGB Variations
Color information
#6AAA38 (or 0x6AAA38) is known color: Apple. HEX triplet: 6A, AA and 38. RGB value is (106,170,56). Sum of RGB (Red+Green+Blue) = 106+170+56=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA38 is #9555C7. Grayscale: #8A8A8A. Windows color (decimal): -9786824 or 3713642. OLE color: 3713642.
HSL color Cylindrical-coordinate representation of color #6AAA38: hue angle of 93.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6AAA38 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 56 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.33 |
| HSL | 93.68º | 0.5% | 0.44% | - |
| HSV(B) | 93.68º | 0.67% | 0.67% | - |
| XYZ | 21.03 | 32.1 | 8.83 | - |
| YUV | 137.87 | 81.8 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 56 | 0.38 | 0 | 0.67 | 0.33 | 93.68 | 0.5 | 0.44 |
| Hex | 6A | AA | 38 | 26 | 0 | 43 | 21 | 5E | 32 | 2C |
| Octal | 152 | 252 | 70 | 46 | 0 | 103 | 41 | 136 | 62 | 54 |
| Binary | 1101010 | 10101010 | 111000 | 100110 | 0 | 1000011 | 100001 | 1011110 | 110010 | 101100 |
Color Harmonies of #6AAA38
Complementary color
Monochromatic Colors of #6AAA38
Black with #6AAA38
Text Example
Text Example
White with #6AAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA38; }
p { color: rgb(106,170,56); }
H1.HeaderClassName
{
color: #6AAA38;
}
.AnyTagClassName
{
color: #6AAA38;
}
</style>
background-color css
<style>
a { background-color: #6AAA38; }
a { background-color: rgb(106,170,56); }
div.DivClassName
{
background-color: #6AAA38;
}
.BgClassName
{
background-color: #6AAA38;
}
</style>
border-color css
<style>
span { border-color: #6AAA38; }
span { border-color: rgb(106,170,56); }
td.TdClassName
{
border-color: #6AAA38;
}
.TagClassName
{
border-color: #6AAA38;
}
</style>