#6CA14D

Color #6CA14D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #6CA14D

Tints of Apple #6CA14D

Color information

#6CA14D (or 0x6CA14D) is unknown color: approx Apple. HEX triplet: 6C, A1 and 4D. RGB value is (108,161,77). Sum of RGB (Red+Green+Blue) = 108+161+77=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA14D is #935EB2. Grayscale: #878787. Windows color (decimal): -9658035 or 5087596. OLE color: 5087596.

HSL color Cylindrical-coordinate representation of color #6CA14D: hue angle of 97.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CA14D is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB10816177-
CMYK0.3300.520.37
HSL97.86º35.29%46.67%-
HSV(B)97.86º52.17%63.14%-
XYZ20.2729.2111.59-
YUV135.5894.94108.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 31.21%
GREEN value IS 161 (63.28% from 255) = 46.53%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=31.21%
G=46.53%
B=22.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108161770.3300.520.3797.8635.2946.67
Hex6CA14D210342562232f
Octal15424111541064451424357
Binary110110010100001100110110000101101001001011100010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA14D; }

 p { color: rgb(108,161,77); }

 H1.HeaderClassName
 {
   color: #6CA14D;
 }
 .AnyTagClassName
 {
   color: #6CA14D;
 }
</style>
background-color css

<style>
 a { background-color: #6CA14D; }

 a { background-color: rgb(108,161,77); }

 div.DivClassName
 {
   background-color: #6CA14D;
 }
 .BgClassName
 {
   background-color: #6CA14D;
 }
</style>
border-color css

<style>
 span { border-color: #6CA14D; }

 span { border-color: rgb(108,161,77); }

 td.TdClassName
 {
   border-color: #6CA14D;
 }
 .TagClassName
 {
   border-color: #6CA14D;
 }
</style>