Html Css Color HEX #6A9750 Asparagus

📋 copy color: '#6A9750'

red 106 ◦ green 151 ◦ blue 80

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

Shades of Asparagus #6A9750

Tints of Asparagus #6A9750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.81%

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

R = 31.45%
G = 44.81%
B = 23.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#6A9750 (or 0x6A9750) is known color: Asparagus. HEX triplet: 6A, 97 and 50. RGB value is (106,151,80). Sum of RGB (Red+Green+Blue) = 106+151+80=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #6A9750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9750 is #9568AF. Grayscale: #818181. Windows color (decimal): -9791664 or 5281642. OLE color: 5281642.

HSL color Cylindrical-coordinate representation of color #6A9750: hue angle of 98.03º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A9750 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 151 80 -
CMYK 0.30 0 0.47 0.41
HSL 98.03º 0.31% 0.45% -
HSV(B) 98.03º 0.47% 0.59% -
XYZ 18.46 25.78 11.59 -
YUV 129.45 100.09 111.27 -
System Red Green Blue C M Y K H S L
Decimal 106 151 80 0.30 0 0.47 0.41 98.03 0.31 0.45
Hex 6A 97 50 1E 0 2F 29 62 1F 2D
Octal 152 227 120 36 0 57 51 142 37 55
Binary 1101010 10010111 1010000 11110 0 101111 101001 1100010 11111 101101

Color Harmonies of #6A9750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9750

Black with #6A9750

Text Example


Text Example

White with #6A9750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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