Html Css Color HEX #6EA14B Asparagus

📋 copy color: '#6EA14B'

red 110 ◦ green 161 ◦ blue 75

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

Shades of Asparagus #6EA14B

Tints of Asparagus #6EA14B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.53%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 31.79%
G = 46.53%
B = 21.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#6EA14B (or 0x6EA14B) is known color: Asparagus. HEX triplet: 6E, A1 and 4B. RGB value is (110,161,75). Sum of RGB (Red+Green+Blue) = 110+161+75=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA14B is #915EB4. Grayscale: #888888. Windows color (decimal): -9526965 or 4956526. OLE color: 4956526.

HSL color Cylindrical-coordinate representation of color #6EA14B: hue angle of 95.58º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EA14B is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 110 161 75 -
CMYK 0.32 0 0.53 0.37
HSL 95.58º 0.36% 0.46% -
HSV(B) 95.58º 0.53% 0.63% -
XYZ 20.45 29.31 11.24 -
YUV 135.95 93.6 109.49 -
System Red Green Blue C M Y K H S L
Decimal 110 161 75 0.32 0 0.53 0.37 95.58 0.36 0.46
Hex 6E A1 4B 20 0 35 25 60 24 2E
Octal 156 241 113 40 0 65 45 140 44 56
Binary 1101110 10100001 1001011 100000 0 110101 100101 1100000 100100 101110

Color Harmonies of #6EA14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA14B

Black with #6EA14B

Text Example


Text Example

White with #6EA14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,161,75); }

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

background-color css

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

 a { background-color: rgb(110,161,75); }

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

border-color css

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

 span { border-color: rgb(110,161,75); }

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