#74A35F

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

Shades of Asparagus #74A35F

Tints of Asparagus #74A35F

Color information

#74A35F (or 0x74A35F) is unknown color: approx Asparagus. HEX triplet: 74, A3 and 5F. RGB value is (116,163,95). Sum of RGB (Red+Green+Blue) = 116+163+95=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #74A35F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A35F is #8B5CA0. Grayscale: #8D8D8D. Windows color (decimal): -9133217 or 6267764. OLE color: 6267764.

HSL color Cylindrical-coordinate representation of color #74A35F: hue angle of 101.47º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74A35F is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB11616395-
CMYK0.2900.420.36
HSL101.47º26.98%50.59%-
HSV(B)101.47º41.72%63.92%-
XYZ22.3730.7315.58-
YUV141.2101.93110.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 163 (64.06% from 255) = 43.58%
BLUE value IS 95 (37.5% from 255) = 25.40%
R=31.02%
G=43.58%
B=25.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116163950.2900.420.36101.4726.9850.59
Hex74A35F1D02A24651b33
Octal16424313735052441453363
Binary1110100101000111011111111010101010100100110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A35F; }

 p { color: rgb(116,163,95); }

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

<style>
 a { background-color: #74A35F; }

 a { background-color: rgb(116,163,95); }

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

<style>
 span { border-color: #74A35F; }

 span { border-color: rgb(116,163,95); }

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