Shades of Apple #6CBC3C
Tints of Apple #6CBC3C
RGB
CMYK
RGB Variations
Color information
#6CBC3C (or 0x6CBC3C) is known color: Apple. HEX triplet: 6C, BC and 3C. RGB value is (108,188,60). Sum of RGB (Red+Green+Blue) = 108+188+60=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC3C is #9343C3. Grayscale: #959595. Windows color (decimal): -9651140 or 3980396. OLE color: 3980396.
HSL color Cylindrical-coordinate representation of color #6CBC3C: hue angle of 97.5º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6CBC3C is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 60 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.26 |
| HSL | 97.5º | 0.52% | 0.49% | - |
| HSV(B) | 97.5º | 0.68% | 0.74% | - |
| XYZ | 24.98 | 39.48 | 10.58 | - |
| YUV | 149.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 60 | 0.43 | 0 | 0.68 | 0.26 | 97.5 | 0.52 | 0.49 |
| Hex | 6C | BC | 3C | 2B | 0 | 44 | 1A | 62 | 34 | 31 |
| Octal | 154 | 274 | 74 | 53 | 0 | 104 | 32 | 142 | 64 | 61 |
| Binary | 1101100 | 10111100 | 111100 | 101011 | 0 | 1000100 | 11010 | 1100010 | 110100 | 110001 |
Color Harmonies of #6CBC3C
Complementary color
Monochromatic Colors of #6CBC3C
Black with #6CBC3C
Text Example
Text Example
White with #6CBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC3C; }
p { color: rgb(108,188,60); }
H1.HeaderClassName
{
color: #6CBC3C;
}
.AnyTagClassName
{
color: #6CBC3C;
}
</style>
background-color css
<style>
a { background-color: #6CBC3C; }
a { background-color: rgb(108,188,60); }
div.DivClassName
{
background-color: #6CBC3C;
}
.BgClassName
{
background-color: #6CBC3C;
}
</style>
border-color css
<style>
span { border-color: #6CBC3C; }
span { border-color: rgb(108,188,60); }
td.TdClassName
{
border-color: #6CBC3C;
}
.TagClassName
{
border-color: #6CBC3C;
}
</style>