Shades of Apple #6CA75E
Tints of Apple #6CA75E
RGB
CMYK
RGB Variations
Color information
#6CA75E (or 0x6CA75E) is known color: Apple. HEX triplet: 6C, A7 and 5E. RGB value is (108,167,94). Sum of RGB (Red+Green+Blue) = 108+167+94=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 167 - color contains mainly: green. Hex color #6CA75E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA75E is #9358A1. Grayscale: #8D8D8D. Windows color (decimal): -9656482 or 6203244. OLE color: 6203244.
HSL color Cylindrical-coordinate representation of color #6CA75E: hue angle of 108.49º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CA75E is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 167 | 94 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.35 |
| HSL | 108.49º | 0.29% | 0.51% | - |
| HSV(B) | 108.49º | 0.44% | 0.65% | - |
| XYZ | 22.02 | 31.63 | 15.53 | - |
| YUV | 141.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 167 | 94 | 0.35 | 0 | 0.44 | 0.35 | 108.49 | 0.29 | 0.51 |
| Hex | 6C | A7 | 5E | 23 | 0 | 2C | 23 | 6C | 1D | 33 |
| Octal | 154 | 247 | 136 | 43 | 0 | 54 | 43 | 154 | 35 | 63 |
| Binary | 1101100 | 10100111 | 1011110 | 100011 | 0 | 101100 | 100011 | 1101100 | 11101 | 110011 |
Color Harmonies of #6CA75E
Complementary color
Monochromatic Colors of #6CA75E
Black with #6CA75E
Text Example
Text Example
White with #6CA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA75E; }
p { color: rgb(108,167,94); }
H1.HeaderClassName
{
color: #6CA75E;
}
.AnyTagClassName
{
color: #6CA75E;
}
</style>
background-color css
<style>
a { background-color: #6CA75E; }
a { background-color: rgb(108,167,94); }
div.DivClassName
{
background-color: #6CA75E;
}
.BgClassName
{
background-color: #6CA75E;
}
</style>
border-color css
<style>
span { border-color: #6CA75E; }
span { border-color: rgb(108,167,94); }
td.TdClassName
{
border-color: #6CA75E;
}
.TagClassName
{
border-color: #6CA75E;
}
</style>