Shades of Apple #6CBC3E
Tints of Apple #6CBC3E
RGB
CMYK
RGB Variations
Color information
#6CBC3E (or 0x6CBC3E) is known color: Apple. HEX triplet: 6C, BC and 3E. RGB value is (108,188,62). Sum of RGB (Red+Green+Blue) = 108+188+62=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC3E is #9343C1. Grayscale: #969696. Windows color (decimal): -9651138 or 4111468. OLE color: 4111468.
HSL color Cylindrical-coordinate representation of color #6CBC3E: hue angle of 98.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6CBC3E is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 62 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.26 |
| HSL | 98.1º | 0.5% | 0.49% | - |
| HSV(B) | 98.1º | 0.67% | 0.74% | - |
| XYZ | 25.04 | 39.5 | 10.86 | - |
| YUV | 149.72 | 78.5 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 62 | 0.43 | 0 | 0.67 | 0.26 | 98.1 | 0.5 | 0.49 |
| Hex | 6C | BC | 3E | 2B | 0 | 43 | 1A | 62 | 32 | 31 |
| Octal | 154 | 274 | 76 | 53 | 0 | 103 | 32 | 142 | 62 | 61 |
| Binary | 1101100 | 10111100 | 111110 | 101011 | 0 | 1000011 | 11010 | 1100010 | 110010 | 110001 |
Color Harmonies of #6CBC3E
Complementary color
Monochromatic Colors of #6CBC3E
Black with #6CBC3E
Text Example
Text Example
White with #6CBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC3E; }
p { color: rgb(108,188,62); }
H1.HeaderClassName
{
color: #6CBC3E;
}
.AnyTagClassName
{
color: #6CBC3E;
}
</style>
background-color css
<style>
a { background-color: #6CBC3E; }
a { background-color: rgb(108,188,62); }
div.DivClassName
{
background-color: #6CBC3E;
}
.BgClassName
{
background-color: #6CBC3E;
}
</style>
border-color css
<style>
span { border-color: #6CBC3E; }
span { border-color: rgb(108,188,62); }
td.TdClassName
{
border-color: #6CBC3E;
}
.TagClassName
{
border-color: #6CBC3E;
}
</style>