Shades of Apple #6CA34A
Tints of Apple #6CA34A
RGB
CMYK
RGB Variations
Color information
#6CA34A (or 0x6CA34A) is known color: Apple. HEX triplet: 6C, A3 and 4A. RGB value is (108,163,74). Sum of RGB (Red+Green+Blue) = 108+163+74=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA34A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA34A is #935CB5. Grayscale: #888888. Windows color (decimal): -9657526 or 4891500. OLE color: 4891500.
HSL color Cylindrical-coordinate representation of color #6CA34A: hue angle of 97.08º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CA34A is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 163 | 74 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.36 |
| HSL | 97.08º | 0.38% | 0.46% | - |
| HSV(B) | 97.08º | 0.55% | 0.64% | - |
| XYZ | 20.52 | 29.88 | 11.16 | - |
| YUV | 136.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 163 | 74 | 0.34 | 0 | 0.55 | 0.36 | 97.08 | 0.38 | 0.46 |
| Hex | 6C | A3 | 4A | 22 | 0 | 37 | 24 | 61 | 26 | 2E |
| Octal | 154 | 243 | 112 | 42 | 0 | 67 | 44 | 141 | 46 | 56 |
| Binary | 1101100 | 10100011 | 1001010 | 100010 | 0 | 110111 | 100100 | 1100001 | 100110 | 101110 |
Color Harmonies of #6CA34A
Complementary color
Monochromatic Colors of #6CA34A
Black with #6CA34A
Text Example
Text Example
White with #6CA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA34A; }
p { color: rgb(108,163,74); }
H1.HeaderClassName
{
color: #6CA34A;
}
.AnyTagClassName
{
color: #6CA34A;
}
</style>
background-color css
<style>
a { background-color: #6CA34A; }
a { background-color: rgb(108,163,74); }
div.DivClassName
{
background-color: #6CA34A;
}
.BgClassName
{
background-color: #6CA34A;
}
</style>
border-color css
<style>
span { border-color: #6CA34A; }
span { border-color: rgb(108,163,74); }
td.TdClassName
{
border-color: #6CA34A;
}
.TagClassName
{
border-color: #6CA34A;
}
</style>