Shades of Apple #6CA34C
Tints of Apple #6CA34C
RGB
CMYK
RGB Variations
Color information
#6CA34C (or 0x6CA34C) is known color: Apple. HEX triplet: 6C, A3 and 4C. RGB value is (108,163,76). Sum of RGB (Red+Green+Blue) = 108+163+76=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA34C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA34C is #935CB3. Grayscale: #888888. Windows color (decimal): -9657524 or 5022572. OLE color: 5022572.
HSL color Cylindrical-coordinate representation of color #6CA34C: hue angle of 97.93º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CA34C is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 163 | 76 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.36 |
| HSL | 97.93º | 0.36% | 0.47% | - |
| HSV(B) | 97.93º | 0.53% | 0.64% | - |
| XYZ | 20.59 | 29.9 | 11.52 | - |
| YUV | 136.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 163 | 76 | 0.34 | 0 | 0.53 | 0.36 | 97.93 | 0.36 | 0.47 |
| Hex | 6C | A3 | 4C | 22 | 0 | 35 | 24 | 62 | 24 | 2F |
| Octal | 154 | 243 | 114 | 42 | 0 | 65 | 44 | 142 | 44 | 57 |
| Binary | 1101100 | 10100011 | 1001100 | 100010 | 0 | 110101 | 100100 | 1100010 | 100100 | 101111 |
Color Harmonies of #6CA34C
Complementary color
Monochromatic Colors of #6CA34C
Black with #6CA34C
Text Example
Text Example
White with #6CA34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA34C; }
p { color: rgb(108,163,76); }
H1.HeaderClassName
{
color: #6CA34C;
}
.AnyTagClassName
{
color: #6CA34C;
}
</style>
background-color css
<style>
a { background-color: #6CA34C; }
a { background-color: rgb(108,163,76); }
div.DivClassName
{
background-color: #6CA34C;
}
.BgClassName
{
background-color: #6CA34C;
}
</style>
border-color css
<style>
span { border-color: #6CA34C; }
span { border-color: rgb(108,163,76); }
td.TdClassName
{
border-color: #6CA34C;
}
.TagClassName
{
border-color: #6CA34C;
}
</style>