Shades of Apple #6CAF44
Tints of Apple #6CAF44
RGB
CMYK
RGB Variations
Color information
#6CAF44 (or 0x6CAF44) is known color: Apple. HEX triplet: 6C, AF and 44. RGB value is (108,175,68). Sum of RGB (Red+Green+Blue) = 108+175+68=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAF44 is #9350BB. Grayscale: #8F8F8F. Windows color (decimal): -9654460 or 4501356. OLE color: 4501356.
HSL color Cylindrical-coordinate representation of color #6CAF44: hue angle of 97.57º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CAF44 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 68 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.31 |
| HSL | 97.57º | 0.44% | 0.48% | - |
| HSV(B) | 97.57º | 0.61% | 0.69% | - |
| XYZ | 22.56 | 34.27 | 10.89 | - |
| YUV | 142.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 68 | 0.38 | 0 | 0.61 | 0.31 | 97.57 | 0.44 | 0.48 |
| Hex | 6C | AF | 44 | 26 | 0 | 3D | 1F | 62 | 2C | 30 |
| Octal | 154 | 257 | 104 | 46 | 0 | 75 | 37 | 142 | 54 | 60 |
| Binary | 1101100 | 10101111 | 1000100 | 100110 | 0 | 111101 | 11111 | 1100010 | 101100 | 110000 |
Color Harmonies of #6CAF44
Complementary color
Monochromatic Colors of #6CAF44
Black with #6CAF44
Text Example
Text Example
White with #6CAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF44; }
p { color: rgb(108,175,68); }
H1.HeaderClassName
{
color: #6CAF44;
}
.AnyTagClassName
{
color: #6CAF44;
}
</style>
background-color css
<style>
a { background-color: #6CAF44; }
a { background-color: rgb(108,175,68); }
div.DivClassName
{
background-color: #6CAF44;
}
.BgClassName
{
background-color: #6CAF44;
}
</style>
border-color css
<style>
span { border-color: #6CAF44; }
span { border-color: rgb(108,175,68); }
td.TdClassName
{
border-color: #6CAF44;
}
.TagClassName
{
border-color: #6CAF44;
}
</style>