Html Css Color HEX #6EB14A Apple

📋 copy color: '#6EB14A'

red 110 ◦ green 177 ◦ blue 74

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

Shades of Apple #6EB14A

Tints of Apple #6EB14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 30.47%
G = 49.03%
B = 20.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#6EB14A (or 0x6EB14A) is known color: Apple. HEX triplet: 6E, B1 and 4A. RGB value is (110,177,74). Sum of RGB (Red+Green+Blue) = 110+177+74=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EB14A is #914EB5. Grayscale: #919191. Windows color (decimal): -9522870 or 4895086. OLE color: 4895086.

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

Color convert

RGB 110 177 74 -
CMYK 0.38 0 0.58 0.31
HSL 99.03º 0.41% 0.49% -
HSV(B) 99.03º 0.58% 0.69% -
XYZ 23.39 35.25 12.05 -
YUV 145.23 87.8 102.88 -
System Red Green Blue C M Y K H S L
Decimal 110 177 74 0.38 0 0.58 0.31 99.03 0.41 0.49
Hex 6E B1 4A 26 0 3A 1F 63 29 31
Octal 156 261 112 46 0 72 37 143 51 61
Binary 1101110 10110001 1001010 100110 0 111010 11111 1100011 101001 110001

Color Harmonies of #6EB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB14A

Black with #6EB14A

Text Example


Text Example

White with #6EB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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