Shades of Apple #6CB34A
Tints of Apple #6CB34A
RGB
CMYK
RGB Variations
Color information
#6CB34A (or 0x6CB34A) is known color: Apple. HEX triplet: 6C, B3 and 4A. RGB value is (108,179,74). Sum of RGB (Red+Green+Blue) = 108+179+74=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB34A is #934CB5. Grayscale: #929292. Windows color (decimal): -9653430 or 4895596. OLE color: 4895596.
HSL color Cylindrical-coordinate representation of color #6CB34A: hue angle of 100.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6CB34A is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 74 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.30 |
| HSL | 100.57º | 0.42% | 0.5% | - |
| HSV(B) | 100.57º | 0.59% | 0.7% | - |
| XYZ | 23.54 | 35.92 | 12.17 | - |
| YUV | 145.8 | 87.48 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 74 | 0.40 | 0 | 0.59 | 0.30 | 100.57 | 0.42 | 0.5 |
| Hex | 6C | B3 | 4A | 28 | 0 | 3B | 1E | 65 | 2A | 32 |
| Octal | 154 | 263 | 112 | 50 | 0 | 73 | 36 | 145 | 52 | 62 |
| Binary | 1101100 | 10110011 | 1001010 | 101000 | 0 | 111011 | 11110 | 1100101 | 101010 | 110010 |
Color Harmonies of #6CB34A
Complementary color
Monochromatic Colors of #6CB34A
Black with #6CB34A
Text Example
Text Example
White with #6CB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB34A; }
p { color: rgb(108,179,74); }
H1.HeaderClassName
{
color: #6CB34A;
}
.AnyTagClassName
{
color: #6CB34A;
}
</style>
background-color css
<style>
a { background-color: #6CB34A; }
a { background-color: rgb(108,179,74); }
div.DivClassName
{
background-color: #6CB34A;
}
.BgClassName
{
background-color: #6CB34A;
}
</style>
border-color css
<style>
span { border-color: #6CB34A; }
span { border-color: rgb(108,179,74); }
td.TdClassName
{
border-color: #6CB34A;
}
.TagClassName
{
border-color: #6CB34A;
}
</style>