Html Css Color HEX #6E9450 Asparagus

📋 copy color: '#6E9450'

red 110 ◦ green 148 ◦ blue 80

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

Shades of Asparagus #6E9450

Tints of Asparagus #6E9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.79%

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 32.54%
G = 43.79%
B = 23.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#6E9450 (or 0x6E9450) is known color: Asparagus. HEX triplet: 6E, 94 and 50. RGB value is (110,148,80). Sum of RGB (Red+Green+Blue) = 110+148+80=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9450 is #916BAF. Grayscale: #818181. Windows color (decimal): -9530288 or 5280878. OLE color: 5280878.

HSL color Cylindrical-coordinate representation of color #6E9450: hue angle of 93.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E9450 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 148 80 -
CMYK 0.26 0 0.46 0.42
HSL 93.53º 0.3% 0.45% -
HSV(B) 93.53º 0.46% 0.58% -
XYZ 18.47 25.07 11.46 -
YUV 128.89 100.41 114.53 -
System Red Green Blue C M Y K H S L
Decimal 110 148 80 0.26 0 0.46 0.42 93.53 0.3 0.45
Hex 6E 94 50 1A 0 2E 2A 5E 1E 2D
Octal 156 224 120 32 0 56 52 136 36 55
Binary 1101110 10010100 1010000 11010 0 101110 101010 1011110 11110 101101

Color Harmonies of #6E9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9450

Black with #6E9450

Text Example


Text Example

White with #6E9450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,148,80); }

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

background-color css

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

 a { background-color: rgb(110,148,80); }

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

border-color css

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

 span { border-color: rgb(110,148,80); }

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