Html Css Color HEX #6EB14C Apple

📋 copy color: '#6EB14C'

red 110 ◦ green 177 ◦ blue 76

#6EB14C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6EB14C

Tints of Apple #6EB14C

RGB

 RED value IS 110 (43.36% from 255) = 30.3%

 GREEN value IS 177 (69.53% from 255) = 48.76%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 30.3%
G = 48.76%
B = 20.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#6EB14C (or 0x6EB14C) is known color: Apple. HEX triplet: 6E, B1 and 4C. RGB value is (110,177,76). Sum of RGB (Red+Green+Blue) = 110+177+76=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EB14C is #914EB3. Grayscale: #919191. Windows color (decimal): -9522868 or 5026158. OLE color: 5026158.

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

Color convert

RGB 110 177 76 -
CMYK 0.38 0 0.57 0.31
HSL 99.8º 0.4% 0.5% -
HSV(B) 99.8º 0.57% 0.69% -
XYZ 23.46 35.28 12.41 -
YUV 145.45 88.8 102.71 -
System Red Green Blue C M Y K H S L
Decimal 110 177 76 0.38 0 0.57 0.31 99.8 0.4 0.5
Hex 6E B1 4C 26 0 39 1F 64 28 32
Octal 156 261 114 46 0 71 37 144 50 62
Binary 1101110 10110001 1001100 100110 0 111001 11111 1100100 101000 110010

Color Harmonies of #6EB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB14C

Black with #6EB14C

Text Example


Text Example

White with #6EB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EB14C;
 }
 .AnyTagClassName
 {
   color: #6EB14C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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