Shades of Apple #6CB64F
Tints of Apple #6CB64F
RGB
CMYK
RGB Variations
Color information
#6CB64F (or 0x6CB64F) is known color: Apple. HEX triplet: 6C, B6 and 4F. RGB value is (108,182,79). Sum of RGB (Red+Green+Blue) = 108+182+79=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB64F is #9349B0. Grayscale: #949494. Windows color (decimal): -9652657 or 5224044. OLE color: 5224044.
HSL color Cylindrical-coordinate representation of color #6CB64F: hue angle of 103.11º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CB64F is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 182 | 79 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.29 |
| HSL | 103.11º | 0.41% | 0.51% | - |
| HSV(B) | 103.11º | 0.57% | 0.71% | - |
| XYZ | 24.32 | 37.21 | 13.3 | - |
| YUV | 148.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 182 | 79 | 0.41 | 0 | 0.57 | 0.29 | 103.11 | 0.41 | 0.51 |
| Hex | 6C | B6 | 4F | 29 | 0 | 39 | 1D | 67 | 29 | 33 |
| Octal | 154 | 266 | 117 | 51 | 0 | 71 | 35 | 147 | 51 | 63 |
| Binary | 1101100 | 10110110 | 1001111 | 101001 | 0 | 111001 | 11101 | 1100111 | 101001 | 110011 |
Color Harmonies of #6CB64F
Complementary color
Monochromatic Colors of #6CB64F
Black with #6CB64F
Text Example
Text Example
White with #6CB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB64F; }
p { color: rgb(108,182,79); }
H1.HeaderClassName
{
color: #6CB64F;
}
.AnyTagClassName
{
color: #6CB64F;
}
</style>
background-color css
<style>
a { background-color: #6CB64F; }
a { background-color: rgb(108,182,79); }
div.DivClassName
{
background-color: #6CB64F;
}
.BgClassName
{
background-color: #6CB64F;
}
</style>
border-color css
<style>
span { border-color: #6CB64F; }
span { border-color: rgb(108,182,79); }
td.TdClassName
{
border-color: #6CB64F;
}
.TagClassName
{
border-color: #6CB64F;
}
</style>