Shades of Apple #6AAC3D
Tints of Apple #6AAC3D
RGB
CMYK
RGB Variations
Color information
#6AAC3D (or 0x6AAC3D) is known color: Apple. HEX triplet: 6A, AC and 3D. RGB value is (106,172,61). Sum of RGB (Red+Green+Blue) = 106+172+61=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAC3D is #9553C2. Grayscale: #8B8B8B. Windows color (decimal): -9786307 or 4041834. OLE color: 4041834.
HSL color Cylindrical-coordinate representation of color #6AAC3D: hue angle of 95.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AAC3D is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 172 | 61 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.33 |
| HSL | 95.68º | 0.48% | 0.46% | - |
| HSV(B) | 95.68º | 0.65% | 0.67% | - |
| XYZ | 21.54 | 32.91 | 9.63 | - |
| YUV | 139.61 | 83.63 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 61 | 0.38 | 0 | 0.65 | 0.33 | 95.68 | 0.48 | 0.46 |
| Hex | 6A | AC | 3D | 26 | 0 | 41 | 21 | 60 | 30 | 2E |
| Octal | 152 | 254 | 75 | 46 | 0 | 101 | 41 | 140 | 60 | 56 |
| Binary | 1101010 | 10101100 | 111101 | 100110 | 0 | 1000001 | 100001 | 1100000 | 110000 | 101110 |
Color Harmonies of #6AAC3D
Complementary color
Monochromatic Colors of #6AAC3D
Black with #6AAC3D
Text Example
Text Example
White with #6AAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAC3D; }
p { color: rgb(106,172,61); }
H1.HeaderClassName
{
color: #6AAC3D;
}
.AnyTagClassName
{
color: #6AAC3D;
}
</style>
background-color css
<style>
a { background-color: #6AAC3D; }
a { background-color: rgb(106,172,61); }
div.DivClassName
{
background-color: #6AAC3D;
}
.BgClassName
{
background-color: #6AAC3D;
}
</style>
border-color css
<style>
span { border-color: #6AAC3D; }
span { border-color: rgb(106,172,61); }
td.TdClassName
{
border-color: #6AAC3D;
}
.TagClassName
{
border-color: #6AAC3D;
}
</style>