Html Css Color HEX #74954C Asparagus

📋 copy color: '#74954C'

red 116 ◦ green 149 ◦ blue 76

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

Shades of Asparagus #74954C

Tints of Asparagus #74954C

RGB

 RED value IS 116 (45.7% from 255) = 34.02%

 GREEN value IS 149 (58.59% from 255) = 43.7%

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 34.02%
G = 43.7%
B = 22.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#74954C (or 0x74954C) is known color: Asparagus. HEX triplet: 74, 95 and 4C. RGB value is (116,149,76). Sum of RGB (Red+Green+Blue) = 116+149+76=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #74954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74954C is #8B6AB3. Grayscale: #838383. Windows color (decimal): -9136820 or 5018996. OLE color: 5018996.

HSL color Cylindrical-coordinate representation of color #74954C: hue angle of 87.12º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74954C is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 76 -
CMYK 0.22 0 0.49 0.42
HSL 87.12º 0.32% 0.44% -
HSV(B) 87.12º 0.49% 0.58% -
XYZ 19.25 25.73 10.79 -
YUV 130.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 116 149 76 0.22 0 0.49 0.42 87.12 0.32 0.44
Hex 74 95 4C 16 0 31 2A 57 20 2C
Octal 164 225 114 26 0 61 52 127 40 54
Binary 1110100 10010101 1001100 10110 0 110001 101010 1010111 100000 101100

Color Harmonies of #74954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74954C

Black with #74954C

Text Example


Text Example

White with #74954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74954C; }

 p { color: rgb(116,149,76); }

 H1.HeaderClassName
 {
   color: #74954C;
 }
 .AnyTagClassName
 {
   color: #74954C;
 }
</style>

background-color css

<style>
 a { background-color: #74954C; }

 a { background-color: rgb(116,149,76); }

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

border-color css

<style>
 span { border-color: #74954C; }

 span { border-color: rgb(116,149,76); }

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