Shades of Apple #6CB642
Tints of Apple #6CB642
RGB
CMYK
RGB Variations
Color information
#6CB642 (or 0x6CB642) is known color: Apple. HEX triplet: 6C, B6 and 42. RGB value is (108,182,66). Sum of RGB (Red+Green+Blue) = 108+182+66=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB642 is #9349BD. Grayscale: #939393. Windows color (decimal): -9652670 or 4372076. OLE color: 4372076.
HSL color Cylindrical-coordinate representation of color #6CB642: hue angle of 98.28º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CB642 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 182 | 66 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.29 |
| HSL | 98.28º | 0.47% | 0.49% | - |
| HSV(B) | 98.28º | 0.64% | 0.71% | - |
| XYZ | 23.9 | 37.04 | 11.04 | - |
| YUV | 146.65 | 82.48 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 182 | 66 | 0.41 | 0 | 0.64 | 0.29 | 98.28 | 0.47 | 0.49 |
| Hex | 6C | B6 | 42 | 29 | 0 | 40 | 1D | 62 | 2F | 31 |
| Octal | 154 | 266 | 102 | 51 | 0 | 100 | 35 | 142 | 57 | 61 |
| Binary | 1101100 | 10110110 | 1000010 | 101001 | 0 | 1000000 | 11101 | 1100010 | 101111 | 110001 |
Color Harmonies of #6CB642
Complementary color
Monochromatic Colors of #6CB642
Black with #6CB642
Text Example
Text Example
White with #6CB642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB642; }
p { color: rgb(108,182,66); }
H1.HeaderClassName
{
color: #6CB642;
}
.AnyTagClassName
{
color: #6CB642;
}
</style>
background-color css
<style>
a { background-color: #6CB642; }
a { background-color: rgb(108,182,66); }
div.DivClassName
{
background-color: #6CB642;
}
.BgClassName
{
background-color: #6CB642;
}
</style>
border-color css
<style>
span { border-color: #6CB642; }
span { border-color: rgb(108,182,66); }
td.TdClassName
{
border-color: #6CB642;
}
.TagClassName
{
border-color: #6CB642;
}
</style>