Shades of Apple #6CAA3D
Tints of Apple #6CAA3D
RGB
CMYK
RGB Variations
Color information
#6CAA3D (or 0x6CAA3D) is known color: Apple. HEX triplet: 6C, AA and 3D. RGB value is (108,170,61). Sum of RGB (Red+Green+Blue) = 108+170+61=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAA3D is #9355C2. Grayscale: #8B8B8B. Windows color (decimal): -9655747 or 4041324. OLE color: 4041324.
HSL color Cylindrical-coordinate representation of color #6CAA3D: hue angle of 94.13º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CAA3D is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 170 | 61 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.33 |
| HSL | 94.13º | 0.47% | 0.45% | - |
| HSV(B) | 94.13º | 0.64% | 0.67% | - |
| XYZ | 21.4 | 32.27 | 9.52 | - |
| YUV | 139.04 | 83.96 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 61 | 0.36 | 0 | 0.64 | 0.33 | 94.13 | 0.47 | 0.45 |
| Hex | 6C | AA | 3D | 24 | 0 | 40 | 21 | 5E | 2F | 2D |
| Octal | 154 | 252 | 75 | 44 | 0 | 100 | 41 | 136 | 57 | 55 |
| Binary | 1101100 | 10101010 | 111101 | 100100 | 0 | 1000000 | 100001 | 1011110 | 101111 | 101101 |
Color Harmonies of #6CAA3D
Complementary color
Monochromatic Colors of #6CAA3D
Black with #6CAA3D
Text Example
Text Example
White with #6CAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAA3D; }
p { color: rgb(108,170,61); }
H1.HeaderClassName
{
color: #6CAA3D;
}
.AnyTagClassName
{
color: #6CAA3D;
}
</style>
background-color css
<style>
a { background-color: #6CAA3D; }
a { background-color: rgb(108,170,61); }
div.DivClassName
{
background-color: #6CAA3D;
}
.BgClassName
{
background-color: #6CAA3D;
}
</style>
border-color css
<style>
span { border-color: #6CAA3D; }
span { border-color: rgb(108,170,61); }
td.TdClassName
{
border-color: #6CAA3D;
}
.TagClassName
{
border-color: #6CAA3D;
}
</style>