Shades of Apple #6CA65C
Tints of Apple #6CA65C
RGB
CMYK
RGB Variations
Color information
#6CA65C (or 0x6CA65C) is known color: Apple. HEX triplet: 6C, A6 and 5C. RGB value is (108,166,92). Sum of RGB (Red+Green+Blue) = 108+166+92=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA65C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA65C is #9359A3. Grayscale: #8C8C8C. Windows color (decimal): -9656740 or 6071916. OLE color: 6071916.
HSL color Cylindrical-coordinate representation of color #6CA65C: hue angle of 107.03º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CA65C is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 166 | 92 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.35 |
| HSL | 107.03º | 0.29% | 0.51% | - |
| HSV(B) | 107.03º | 0.45% | 0.65% | - |
| XYZ | 21.75 | 31.23 | 15.01 | - |
| YUV | 140.22 | 100.78 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 166 | 92 | 0.35 | 0 | 0.45 | 0.35 | 107.03 | 0.29 | 0.51 |
| Hex | 6C | A6 | 5C | 23 | 0 | 2D | 23 | 6B | 1D | 33 |
| Octal | 154 | 246 | 134 | 43 | 0 | 55 | 43 | 153 | 35 | 63 |
| Binary | 1101100 | 10100110 | 1011100 | 100011 | 0 | 101101 | 100011 | 1101011 | 11101 | 110011 |
Color Harmonies of #6CA65C
Complementary color
Monochromatic Colors of #6CA65C
Black with #6CA65C
Text Example
Text Example
White with #6CA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA65C; }
p { color: rgb(108,166,92); }
H1.HeaderClassName
{
color: #6CA65C;
}
.AnyTagClassName
{
color: #6CA65C;
}
</style>
background-color css
<style>
a { background-color: #6CA65C; }
a { background-color: rgb(108,166,92); }
div.DivClassName
{
background-color: #6CA65C;
}
.BgClassName
{
background-color: #6CA65C;
}
</style>
border-color css
<style>
span { border-color: #6CA65C; }
span { border-color: rgb(108,166,92); }
td.TdClassName
{
border-color: #6CA65C;
}
.TagClassName
{
border-color: #6CA65C;
}
</style>