Shades of Apple #6CB15F
Tints of Apple #6CB15F
RGB
CMYK
RGB Variations
Color information
#6CB15F (or 0x6CB15F) is known color: Apple. HEX triplet: 6C, B1 and 5F. RGB value is (108,177,95). Sum of RGB (Red+Green+Blue) = 108+177+95=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB15F is #934EA0. Grayscale: #939393. Windows color (decimal): -9653921 or 6271340. OLE color: 6271340.
HSL color Cylindrical-coordinate representation of color #6CB15F: hue angle of 110.49º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CB15F is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 95 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.31 |
| HSL | 110.49º | 0.34% | 0.53% | - |
| HSV(B) | 110.49º | 0.46% | 0.69% | - |
| XYZ | 23.97 | 35.46 | 16.41 | - |
| YUV | 147.02 | 98.64 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 95 | 0.39 | 0 | 0.46 | 0.31 | 110.49 | 0.34 | 0.53 |
| Hex | 6C | B1 | 5F | 27 | 0 | 2E | 1F | 6E | 22 | 35 |
| Octal | 154 | 261 | 137 | 47 | 0 | 56 | 37 | 156 | 42 | 65 |
| Binary | 1101100 | 10110001 | 1011111 | 100111 | 0 | 101110 | 11111 | 1101110 | 100010 | 110101 |
Color Harmonies of #6CB15F
Complementary color
Monochromatic Colors of #6CB15F
Black with #6CB15F
Text Example
Text Example
White with #6CB15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB15F; }
p { color: rgb(108,177,95); }
H1.HeaderClassName
{
color: #6CB15F;
}
.AnyTagClassName
{
color: #6CB15F;
}
</style>
background-color css
<style>
a { background-color: #6CB15F; }
a { background-color: rgb(108,177,95); }
div.DivClassName
{
background-color: #6CB15F;
}
.BgClassName
{
background-color: #6CB15F;
}
</style>
border-color css
<style>
span { border-color: #6CB15F; }
span { border-color: rgb(108,177,95); }
td.TdClassName
{
border-color: #6CB15F;
}
.TagClassName
{
border-color: #6CB15F;
}
</style>