Shades of Apple #6CA85B
Tints of Apple #6CA85B
RGB
CMYK
RGB Variations
Color information
#6CA85B (or 0x6CA85B) is known color: Apple. HEX triplet: 6C, A8 and 5B. RGB value is (108,168,91). Sum of RGB (Red+Green+Blue) = 108+168+91=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA85B is #9357A4. Grayscale: #8D8D8D. Windows color (decimal): -9656229 or 6006892. OLE color: 6006892.
HSL color Cylindrical-coordinate representation of color #6CA85B: hue angle of 106.75º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CA85B is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 91 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.34 |
| HSL | 106.75º | 0.31% | 0.51% | - |
| HSV(B) | 106.75º | 0.46% | 0.66% | - |
| XYZ | 22.08 | 31.95 | 14.9 | - |
| YUV | 141.28 | 99.62 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 91 | 0.36 | 0 | 0.46 | 0.34 | 106.75 | 0.31 | 0.51 |
| Hex | 6C | A8 | 5B | 24 | 0 | 2E | 22 | 6B | 1F | 33 |
| Octal | 154 | 250 | 133 | 44 | 0 | 56 | 42 | 153 | 37 | 63 |
| Binary | 1101100 | 10101000 | 1011011 | 100100 | 0 | 101110 | 100010 | 1101011 | 11111 | 110011 |
Color Harmonies of #6CA85B
Complementary color
Monochromatic Colors of #6CA85B
Black with #6CA85B
Text Example
Text Example
White with #6CA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA85B; }
p { color: rgb(108,168,91); }
H1.HeaderClassName
{
color: #6CA85B;
}
.AnyTagClassName
{
color: #6CA85B;
}
</style>
background-color css
<style>
a { background-color: #6CA85B; }
a { background-color: rgb(108,168,91); }
div.DivClassName
{
background-color: #6CA85B;
}
.BgClassName
{
background-color: #6CA85B;
}
</style>
border-color css
<style>
span { border-color: #6CA85B; }
span { border-color: rgb(108,168,91); }
td.TdClassName
{
border-color: #6CA85B;
}
.TagClassName
{
border-color: #6CA85B;
}
</style>