Shades of Apple #6CB344
Tints of Apple #6CB344
RGB
CMYK
RGB Variations
Color information
#6CB344 (or 0x6CB344) is known color: Apple. HEX triplet: 6C, B3 and 44. RGB value is (108,179,68). Sum of RGB (Red+Green+Blue) = 108+179+68=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB344 is #934CBB. Grayscale: #919191. Windows color (decimal): -9653436 or 4502380. OLE color: 4502380.
HSL color Cylindrical-coordinate representation of color #6CB344: hue angle of 98.38º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6CB344 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 68 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.30 |
| HSL | 98.38º | 0.45% | 0.48% | - |
| HSV(B) | 98.38º | 0.62% | 0.7% | - |
| XYZ | 23.35 | 35.85 | 11.16 | - |
| YUV | 145.12 | 84.48 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 68 | 0.40 | 0 | 0.62 | 0.30 | 98.38 | 0.45 | 0.48 |
| Hex | 6C | B3 | 44 | 28 | 0 | 3E | 1E | 62 | 2D | 30 |
| Octal | 154 | 263 | 104 | 50 | 0 | 76 | 36 | 142 | 55 | 60 |
| Binary | 1101100 | 10110011 | 1000100 | 101000 | 0 | 111110 | 11110 | 1100010 | 101101 | 110000 |
Color Harmonies of #6CB344
Complementary color
Monochromatic Colors of #6CB344
Black with #6CB344
Text Example
Text Example
White with #6CB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB344; }
p { color: rgb(108,179,68); }
H1.HeaderClassName
{
color: #6CB344;
}
.AnyTagClassName
{
color: #6CB344;
}
</style>
background-color css
<style>
a { background-color: #6CB344; }
a { background-color: rgb(108,179,68); }
div.DivClassName
{
background-color: #6CB344;
}
.BgClassName
{
background-color: #6CB344;
}
</style>
border-color css
<style>
span { border-color: #6CB344; }
span { border-color: rgb(108,179,68); }
td.TdClassName
{
border-color: #6CB344;
}
.TagClassName
{
border-color: #6CB344;
}
</style>