Shades of Apple #6CAD4B
Tints of Apple #6CAD4B
RGB
CMYK
RGB Variations
Color information
#6CAD4B (or 0x6CAD4B) is known color: Apple. HEX triplet: 6C, AD and 4B. RGB value is (108,173,75). Sum of RGB (Red+Green+Blue) = 108+173+75=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAD4B is #9352B4. Grayscale: #8E8E8E. Windows color (decimal): -9654965 or 4959596. OLE color: 4959596.
HSL color Cylindrical-coordinate representation of color #6CAD4B: hue angle of 99.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CAD4B is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 75 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.32 |
| HSL | 99.8º | 0.4% | 0.49% | - |
| HSV(B) | 99.8º | 0.57% | 0.68% | - |
| XYZ | 22.4 | 33.58 | 11.96 | - |
| YUV | 142.39 | 89.97 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 75 | 0.38 | 0 | 0.57 | 0.32 | 99.8 | 0.4 | 0.49 |
| Hex | 6C | AD | 4B | 26 | 0 | 39 | 20 | 64 | 28 | 31 |
| Octal | 154 | 255 | 113 | 46 | 0 | 71 | 40 | 144 | 50 | 61 |
| Binary | 1101100 | 10101101 | 1001011 | 100110 | 0 | 111001 | 100000 | 1100100 | 101000 | 110001 |
Color Harmonies of #6CAD4B
Complementary color
Monochromatic Colors of #6CAD4B
Black with #6CAD4B
Text Example
Text Example
White with #6CAD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD4B; }
p { color: rgb(108,173,75); }
H1.HeaderClassName
{
color: #6CAD4B;
}
.AnyTagClassName
{
color: #6CAD4B;
}
</style>
background-color css
<style>
a { background-color: #6CAD4B; }
a { background-color: rgb(108,173,75); }
div.DivClassName
{
background-color: #6CAD4B;
}
.BgClassName
{
background-color: #6CAD4B;
}
</style>
border-color css
<style>
span { border-color: #6CAD4B; }
span { border-color: rgb(108,173,75); }
td.TdClassName
{
border-color: #6CAD4B;
}
.TagClassName
{
border-color: #6CAD4B;
}
</style>