#6EB14D

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

Shades of Apple #6EB14D

Tints of Apple #6EB14D

Color information

#6EB14D (or 0x6EB14D) is unknown color: approx Apple. HEX triplet: 6E, B1 and 4D. RGB value is (110,177,77). Sum of RGB (Red+Green+Blue) = 110+177+77=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EB14D is #914EB2. Grayscale: #919191. Windows color (decimal): -9522867 or 5091694. OLE color: 5091694.

HSL color Cylindrical-coordinate representation of color #6EB14D: hue angle of 100.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EB14D is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB11017777-
CMYK0.3800.560.31
HSL100.2º39.37%49.8%-
HSV(B)100.2º56.5%69.41%-
XYZ23.4935.312.6-
YUV145.5789.3102.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 177 (69.53% from 255) = 48.63%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=30.22%
G=48.63%
B=21.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110177770.3800.560.31100.239.3749.8
Hex6EB14D260381F642732
Octal15626111546070371444762
Binary11011101011000110011011001100111000111111100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,177,77); }

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

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

 a { background-color: rgb(110,177,77); }

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

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

 span { border-color: rgb(110,177,77); }

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