Shades of Apple #6CB34B
Tints of Apple #6CB34B
RGB
CMYK
RGB Variations
Color information
#6CB34B (or 0x6CB34B) is known color: Apple. HEX triplet: 6C, B3 and 4B. RGB value is (108,179,75). Sum of RGB (Red+Green+Blue) = 108+179+75=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB34B is #934CB4. Grayscale: #929292. Windows color (decimal): -9653429 or 4961132. OLE color: 4961132.
HSL color Cylindrical-coordinate representation of color #6CB34B: hue angle of 100.96º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CB34B is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 75 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.30 |
| HSL | 100.96º | 0.41% | 0.5% | - |
| HSV(B) | 100.96º | 0.58% | 0.7% | - |
| XYZ | 23.57 | 35.94 | 12.35 | - |
| YUV | 145.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 75 | 0.40 | 0 | 0.58 | 0.30 | 100.96 | 0.41 | 0.5 |
| Hex | 6C | B3 | 4B | 28 | 0 | 3A | 1E | 65 | 29 | 32 |
| Octal | 154 | 263 | 113 | 50 | 0 | 72 | 36 | 145 | 51 | 62 |
| Binary | 1101100 | 10110011 | 1001011 | 101000 | 0 | 111010 | 11110 | 1100101 | 101001 | 110010 |
Color Harmonies of #6CB34B
Complementary color
Monochromatic Colors of #6CB34B
Black with #6CB34B
Text Example
Text Example
White with #6CB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB34B; }
p { color: rgb(108,179,75); }
H1.HeaderClassName
{
color: #6CB34B;
}
.AnyTagClassName
{
color: #6CB34B;
}
</style>
background-color css
<style>
a { background-color: #6CB34B; }
a { background-color: rgb(108,179,75); }
div.DivClassName
{
background-color: #6CB34B;
}
.BgClassName
{
background-color: #6CB34B;
}
</style>
border-color css
<style>
span { border-color: #6CB34B; }
span { border-color: rgb(108,179,75); }
td.TdClassName
{
border-color: #6CB34B;
}
.TagClassName
{
border-color: #6CB34B;
}
</style>