#74974B

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

Shades of Asparagus #74974B

Tints of Asparagus #74974B

Color information

#74974B (or 0x74974B) is unknown color: approx Asparagus. HEX triplet: 74, 97 and 4B. RGB value is (116,151,75). Sum of RGB (Red+Green+Blue) = 116+151+75=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #74974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74974B is #8B68B4. Grayscale: #848484. Windows color (decimal): -9136309 or 4953972. OLE color: 4953972.

HSL color Cylindrical-coordinate representation of color #74974B: hue angle of 87.63º 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 #74974B is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB11615175-
CMYK0.2300.500.41
HSL87.63º33.63%44.31%-
HSV(B)87.63º50.33%59.22%-
XYZ19.5426.3510.71-
YUV131.8795.9116.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 151 (59.38% from 255) = 44.15%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=33.92%
G=44.15%
B=21.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116151750.2300.500.4187.6333.6344.31
Hex74974B170322958222c
Octal16422711327062511304254
Binary11101001001011110010111011101100101010011011000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74974B; }

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

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

<style>
 a { background-color: #74974B; }

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

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

<style>
 span { border-color: #74974B; }

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

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