Html Css Color HEX #6A9A4A Asparagus

📋 copy color: '#6A9A4A'

red 106 ◦ green 154 ◦ blue 74

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

Shades of Asparagus #6A9A4A

Tints of Asparagus #6A9A4A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.11%

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

R = 31.74%
G = 46.11%
B = 22.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#6A9A4A (or 0x6A9A4A) is known color: Asparagus. HEX triplet: 6A, 9A and 4A. RGB value is (106,154,74). Sum of RGB (Red+Green+Blue) = 106+154+74=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9A4A is #9565B5. Grayscale: #828282. Windows color (decimal): -9790902 or 4889194. OLE color: 4889194.

HSL color Cylindrical-coordinate representation of color #6A9A4A: hue angle of 96º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A9A4A is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 154 74 -
CMYK 0.31 0 0.52 0.40
HSL 96º 0.35% 0.45% -
HSV(B) 96º 0.52% 0.6% -
XYZ 18.74 26.67 10.64 -
YUV 130.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 106 154 74 0.31 0 0.52 0.40 96 0.35 0.45
Hex 6A 9A 4A 1F 0 34 28 60 23 2D
Octal 152 232 112 37 0 64 50 140 43 55
Binary 1101010 10011010 1001010 11111 0 110100 101000 1100000 100011 101101

Color Harmonies of #6A9A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9A4A

Black with #6A9A4A

Text Example


Text Example

White with #6A9A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,154,74); }

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

background-color css

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

 a { background-color: rgb(106,154,74); }

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

border-color css

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

 span { border-color: rgb(106,154,74); }

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