Shades of Apple #6AAD3B
Tints of Apple #6AAD3B
RGB
CMYK
RGB Variations
Color information
#6AAD3B (or 0x6AAD3B) is known color: Apple. HEX triplet: 6A, AD and 3B. RGB value is (106,173,59). Sum of RGB (Red+Green+Blue) = 106+173+59=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD3B is #9552C4. Grayscale: #8C8C8C. Windows color (decimal): -9786053 or 3911018. OLE color: 3911018.
HSL color Cylindrical-coordinate representation of color #6AAD3B: hue angle of 95.26º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AAD3B is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 59 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.32 |
| HSL | 95.26º | 0.49% | 0.45% | - |
| HSV(B) | 95.26º | 0.66% | 0.68% | - |
| XYZ | 21.68 | 33.27 | 9.42 | - |
| YUV | 139.97 | 82.3 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 59 | 0.39 | 0 | 0.66 | 0.32 | 95.26 | 0.49 | 0.45 |
| Hex | 6A | AD | 3B | 27 | 0 | 42 | 20 | 5F | 31 | 2D |
| Octal | 152 | 255 | 73 | 47 | 0 | 102 | 40 | 137 | 61 | 55 |
| Binary | 1101010 | 10101101 | 111011 | 100111 | 0 | 1000010 | 100000 | 1011111 | 110001 | 101101 |
Color Harmonies of #6AAD3B
Complementary color
Monochromatic Colors of #6AAD3B
Black with #6AAD3B
Text Example
Text Example
White with #6AAD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD3B; }
p { color: rgb(106,173,59); }
H1.HeaderClassName
{
color: #6AAD3B;
}
.AnyTagClassName
{
color: #6AAD3B;
}
</style>
background-color css
<style>
a { background-color: #6AAD3B; }
a { background-color: rgb(106,173,59); }
div.DivClassName
{
background-color: #6AAD3B;
}
.BgClassName
{
background-color: #6AAD3B;
}
</style>
border-color css
<style>
span { border-color: #6AAD3B; }
span { border-color: rgb(106,173,59); }
td.TdClassName
{
border-color: #6AAD3B;
}
.TagClassName
{
border-color: #6AAD3B;
}
</style>