Html Css Color HEX #6A9D50 Asparagus

📋 copy color: '#6A9D50'

red 106 ◦ green 157 ◦ blue 80

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

Shades of Asparagus #6A9D50

Tints of Asparagus #6A9D50

RGB

 RED value IS 106 (41.8% from 255) = 30.9%

 GREEN value IS 157 (61.72% from 255) = 45.77%

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

R = 30.9%
G = 45.77%
B = 23.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#6A9D50 (or 0x6A9D50) is known color: Asparagus. HEX triplet: 6A, 9D and 50. RGB value is (106,157,80). Sum of RGB (Red+Green+Blue) = 106+157+80=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #6A9D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9D50 is #9562AF. Grayscale: #858585. Windows color (decimal): -9790128 or 5283178. OLE color: 5283178.

HSL color Cylindrical-coordinate representation of color #6A9D50: hue angle of 99.74º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A9D50 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 157 80 -
CMYK 0.32 0 0.49 0.38
HSL 99.74º 0.32% 0.46% -
HSV(B) 99.74º 0.49% 0.62% -
XYZ 19.45 27.76 11.92 -
YUV 132.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 106 157 80 0.32 0 0.49 0.38 99.74 0.32 0.46
Hex 6A 9D 50 20 0 31 26 64 20 2E
Octal 152 235 120 40 0 61 46 144 40 56
Binary 1101010 10011101 1010000 100000 0 110001 100110 1100100 100000 101110

Color Harmonies of #6A9D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9D50

Black with #6A9D50

Text Example


Text Example

White with #6A9D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,157,80); }

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

background-color css

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

 a { background-color: rgb(106,157,80); }

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

border-color css

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

 span { border-color: rgb(106,157,80); }

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