#6A974B

Color #6A974B Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #6A974B

Tints of Asparagus #6A974B

Color information

#6A974B (or 0x6A974B) is unknown color: approx Asparagus. HEX triplet: 6A, 97 and 4B. RGB value is (106,151,75). Sum of RGB (Red+Green+Blue) = 106+151+75=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #6A974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A974B is #9568B4. Grayscale: #818181. Windows color (decimal): -9791669 or 4953962. OLE color: 4953962.

HSL color Cylindrical-coordinate representation of color #6A974B: hue angle of 95.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A974B is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB10615175-
CMYK0.3000.500.41
HSL95.53º33.63%44.31%-
HSV(B)95.53º50.33%59.22%-
XYZ18.2825.7110.65-
YUV128.8897.59111.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.93%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=31.93%
G=45.48%
B=22.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106151750.3000.500.4195.5333.6344.31
Hex6A974B1E0322960222c
Octal15222711336062511404254
Binary11010101001011110010111111001100101010011100000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A974B;
 }
 .AnyTagClassName
 {
   color: #6A974B;
 }
</style>
background-color css

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

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

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

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

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

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