Shades of Apple #6CBC3A
Tints of Apple #6CBC3A
RGB
CMYK
RGB Variations
Color information
#6CBC3A (or 0x6CBC3A) is known color: Apple. HEX triplet: 6C, BC and 3A. RGB value is (108,188,58). Sum of RGB (Red+Green+Blue) = 108+188+58=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC3A is #9343C5. Grayscale: #959595. Windows color (decimal): -9651142 or 3849324. OLE color: 3849324.
HSL color Cylindrical-coordinate representation of color #6CBC3A: hue angle of 96.92º degrees, saturation: 0.53, 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 #6CBC3A is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 58 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.26 |
| HSL | 96.92º | 0.53% | 0.48% | - |
| HSV(B) | 96.92º | 0.69% | 0.74% | - |
| XYZ | 24.93 | 39.46 | 10.31 | - |
| YUV | 149.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 58 | 0.43 | 0 | 0.69 | 0.26 | 96.92 | 0.53 | 0.48 |
| Hex | 6C | BC | 3A | 2B | 0 | 45 | 1A | 61 | 35 | 30 |
| Octal | 154 | 274 | 72 | 53 | 0 | 105 | 32 | 141 | 65 | 60 |
| Binary | 1101100 | 10111100 | 111010 | 101011 | 0 | 1000101 | 11010 | 1100001 | 110101 | 110000 |
Color Harmonies of #6CBC3A
Complementary color
Monochromatic Colors of #6CBC3A
Black with #6CBC3A
Text Example
Text Example
White with #6CBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC3A; }
p { color: rgb(108,188,58); }
H1.HeaderClassName
{
color: #6CBC3A;
}
.AnyTagClassName
{
color: #6CBC3A;
}
</style>
background-color css
<style>
a { background-color: #6CBC3A; }
a { background-color: rgb(108,188,58); }
div.DivClassName
{
background-color: #6CBC3A;
}
.BgClassName
{
background-color: #6CBC3A;
}
</style>
border-color css
<style>
span { border-color: #6CBC3A; }
span { border-color: rgb(108,188,58); }
td.TdClassName
{
border-color: #6CBC3A;
}
.TagClassName
{
border-color: #6CBC3A;
}
</style>