Shades of Apple #6CAB3C
Tints of Apple #6CAB3C
RGB
CMYK
RGB Variations
Color information
#6CAB3C (or 0x6CAB3C) is known color: Apple. HEX triplet: 6C, AB and 3C. RGB value is (108,171,60). Sum of RGB (Red+Green+Blue) = 108+171+60=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAB3C is #9354C3. Grayscale: #8B8B8B. Windows color (decimal): -9655492 or 3976044. OLE color: 3976044.
HSL color Cylindrical-coordinate representation of color #6CAB3C: hue angle of 94.05º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CAB3C is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 60 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.33 |
| HSL | 94.05º | 0.48% | 0.45% | - |
| HSV(B) | 94.05º | 0.65% | 0.67% | - |
| XYZ | 21.56 | 32.64 | 9.44 | - |
| YUV | 139.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 60 | 0.37 | 0 | 0.65 | 0.33 | 94.05 | 0.48 | 0.45 |
| Hex | 6C | AB | 3C | 25 | 0 | 41 | 21 | 5E | 30 | 2D |
| Octal | 154 | 253 | 74 | 45 | 0 | 101 | 41 | 136 | 60 | 55 |
| Binary | 1101100 | 10101011 | 111100 | 100101 | 0 | 1000001 | 100001 | 1011110 | 110000 | 101101 |
Color Harmonies of #6CAB3C
Complementary color
Monochromatic Colors of #6CAB3C
Black with #6CAB3C
Text Example
Text Example
White with #6CAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB3C; }
p { color: rgb(108,171,60); }
H1.HeaderClassName
{
color: #6CAB3C;
}
.AnyTagClassName
{
color: #6CAB3C;
}
</style>
background-color css
<style>
a { background-color: #6CAB3C; }
a { background-color: rgb(108,171,60); }
div.DivClassName
{
background-color: #6CAB3C;
}
.BgClassName
{
background-color: #6CAB3C;
}
</style>
border-color css
<style>
span { border-color: #6CAB3C; }
span { border-color: rgb(108,171,60); }
td.TdClassName
{
border-color: #6CAB3C;
}
.TagClassName
{
border-color: #6CAB3C;
}
</style>