Shades of Apple #6CBC3B
Tints of Apple #6CBC3B
RGB
CMYK
RGB Variations
Color information
#6CBC3B (or 0x6CBC3B) is known color: Apple. HEX triplet: 6C, BC and 3B. RGB value is (108,188,59). Sum of RGB (Red+Green+Blue) = 108+188+59=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC3B is #9343C4. Grayscale: #959595. Windows color (decimal): -9651141 or 3914860. OLE color: 3914860.
HSL color Cylindrical-coordinate representation of color #6CBC3B: hue angle of 97.21º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6CBC3B is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 59 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.26 |
| HSL | 97.21º | 0.52% | 0.48% | - |
| HSV(B) | 97.21º | 0.69% | 0.74% | - |
| XYZ | 24.96 | 39.47 | 10.44 | - |
| YUV | 149.37 | 77 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 59 | 0.43 | 0 | 0.69 | 0.26 | 97.21 | 0.52 | 0.48 |
| Hex | 6C | BC | 3B | 2B | 0 | 45 | 1A | 61 | 34 | 30 |
| Octal | 154 | 274 | 73 | 53 | 0 | 105 | 32 | 141 | 64 | 60 |
| Binary | 1101100 | 10111100 | 111011 | 101011 | 0 | 1000101 | 11010 | 1100001 | 110100 | 110000 |
Color Harmonies of #6CBC3B
Complementary color
Monochromatic Colors of #6CBC3B
Black with #6CBC3B
Text Example
Text Example
White with #6CBC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC3B; }
p { color: rgb(108,188,59); }
H1.HeaderClassName
{
color: #6CBC3B;
}
.AnyTagClassName
{
color: #6CBC3B;
}
</style>
background-color css
<style>
a { background-color: #6CBC3B; }
a { background-color: rgb(108,188,59); }
div.DivClassName
{
background-color: #6CBC3B;
}
.BgClassName
{
background-color: #6CBC3B;
}
</style>
border-color css
<style>
span { border-color: #6CBC3B; }
span { border-color: rgb(108,188,59); }
td.TdClassName
{
border-color: #6CBC3B;
}
.TagClassName
{
border-color: #6CBC3B;
}
</style>