Shades of Apple #6CB450
Tints of Apple #6CB450
RGB
CMYK
RGB Variations
Color information
#6CB450 (or 0x6CB450) is known color: Apple. HEX triplet: 6C, B4 and 50. RGB value is (108,180,80). Sum of RGB (Red+Green+Blue) = 108+180+80=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB450 is #934BAF. Grayscale: #939393. Windows color (decimal): -9653168 or 5289068. OLE color: 5289068.
HSL color Cylindrical-coordinate representation of color #6CB450: hue angle of 103.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CB450 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 80 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.29 |
| HSL | 103.2º | 0.4% | 0.51% | - |
| HSV(B) | 103.2º | 0.56% | 0.71% | - |
| XYZ | 23.95 | 36.41 | 13.35 | - |
| YUV | 147.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 80 | 0.40 | 0 | 0.56 | 0.29 | 103.2 | 0.4 | 0.51 |
| Hex | 6C | B4 | 50 | 28 | 0 | 38 | 1D | 67 | 28 | 33 |
| Octal | 154 | 264 | 120 | 50 | 0 | 70 | 35 | 147 | 50 | 63 |
| Binary | 1101100 | 10110100 | 1010000 | 101000 | 0 | 111000 | 11101 | 1100111 | 101000 | 110011 |
Color Harmonies of #6CB450
Complementary color
Monochromatic Colors of #6CB450
Black with #6CB450
Text Example
Text Example
White with #6CB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB450; }
p { color: rgb(108,180,80); }
H1.HeaderClassName
{
color: #6CB450;
}
.AnyTagClassName
{
color: #6CB450;
}
</style>
background-color css
<style>
a { background-color: #6CB450; }
a { background-color: rgb(108,180,80); }
div.DivClassName
{
background-color: #6CB450;
}
.BgClassName
{
background-color: #6CB450;
}
</style>
border-color css
<style>
span { border-color: #6CB450; }
span { border-color: rgb(108,180,80); }
td.TdClassName
{
border-color: #6CB450;
}
.TagClassName
{
border-color: #6CB450;
}
</style>