Shades of Apple #6CBA4C
Tints of Apple #6CBA4C
RGB
CMYK
RGB Variations
Color information
#6CBA4C (or 0x6CBA4C) is known color: Apple. HEX triplet: 6C, BA and 4C. RGB value is (108,186,76). Sum of RGB (Red+Green+Blue) = 108+186+76=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBA4C is #9345B3. Grayscale: #969696. Windows color (decimal): -9651636 or 5028460. OLE color: 5028460.
HSL color Cylindrical-coordinate representation of color #6CBA4C: hue angle of 102.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6CBA4C is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 76 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.27 |
| HSL | 102.55º | 0.44% | 0.51% | - |
| HSV(B) | 102.55º | 0.59% | 0.73% | - |
| XYZ | 25.05 | 38.83 | 13.01 | - |
| YUV | 150.14 | 86.16 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 76 | 0.42 | 0 | 0.59 | 0.27 | 102.55 | 0.44 | 0.51 |
| Hex | 6C | BA | 4C | 2A | 0 | 3B | 1B | 67 | 2C | 33 |
| Octal | 154 | 272 | 114 | 52 | 0 | 73 | 33 | 147 | 54 | 63 |
| Binary | 1101100 | 10111010 | 1001100 | 101010 | 0 | 111011 | 11011 | 1100111 | 101100 | 110011 |
Color Harmonies of #6CBA4C
Complementary color
Monochromatic Colors of #6CBA4C
Black with #6CBA4C
Text Example
Text Example
White with #6CBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBA4C; }
p { color: rgb(108,186,76); }
H1.HeaderClassName
{
color: #6CBA4C;
}
.AnyTagClassName
{
color: #6CBA4C;
}
</style>
background-color css
<style>
a { background-color: #6CBA4C; }
a { background-color: rgb(108,186,76); }
div.DivClassName
{
background-color: #6CBA4C;
}
.BgClassName
{
background-color: #6CBA4C;
}
</style>
border-color css
<style>
span { border-color: #6CBA4C; }
span { border-color: rgb(108,186,76); }
td.TdClassName
{
border-color: #6CBA4C;
}
.TagClassName
{
border-color: #6CBA4C;
}
</style>