Shades of Apple #6AA93B
Tints of Apple #6AA93B
RGB
CMYK
RGB Variations
Color information
#6AA93B (or 0x6AA93B) is known color: Apple. HEX triplet: 6A, A9 and 3B. RGB value is (106,169,59). Sum of RGB (Red+Green+Blue) = 106+169+59=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA93B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA93B is #9556C4. Grayscale: #8A8A8A. Windows color (decimal): -9787077 or 3909994. OLE color: 3909994.
HSL color Cylindrical-coordinate representation of color #6AA93B: hue angle of 94.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AA93B is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 169 | 59 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.34 |
| HSL | 94.36º | 0.48% | 0.45% | - |
| HSV(B) | 94.36º | 0.65% | 0.66% | - |
| XYZ | 20.92 | 31.76 | 9.16 | - |
| YUV | 137.62 | 83.63 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 169 | 59 | 0.37 | 0 | 0.65 | 0.34 | 94.36 | 0.48 | 0.45 |
| Hex | 6A | A9 | 3B | 25 | 0 | 41 | 22 | 5E | 30 | 2D |
| Octal | 152 | 251 | 73 | 45 | 0 | 101 | 42 | 136 | 60 | 55 |
| Binary | 1101010 | 10101001 | 111011 | 100101 | 0 | 1000001 | 100010 | 1011110 | 110000 | 101101 |
Color Harmonies of #6AA93B
Complementary color
Monochromatic Colors of #6AA93B
Black with #6AA93B
Text Example
Text Example
White with #6AA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA93B; }
p { color: rgb(106,169,59); }
H1.HeaderClassName
{
color: #6AA93B;
}
.AnyTagClassName
{
color: #6AA93B;
}
</style>
background-color css
<style>
a { background-color: #6AA93B; }
a { background-color: rgb(106,169,59); }
div.DivClassName
{
background-color: #6AA93B;
}
.BgClassName
{
background-color: #6AA93B;
}
</style>
border-color css
<style>
span { border-color: #6AA93B; }
span { border-color: rgb(106,169,59); }
td.TdClassName
{
border-color: #6AA93B;
}
.TagClassName
{
border-color: #6AA93B;
}
</style>