Html Css Color HEX #74954F Asparagus

📋 copy color: '#74954F'

red 116 ◦ green 149 ◦ blue 79

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

Shades of Asparagus #74954F

Tints of Asparagus #74954F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 33.72%
G = 43.31%
B = 22.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#74954F (or 0x74954F) is known color: Asparagus. HEX triplet: 74, 95 and 4F. RGB value is (116,149,79). Sum of RGB (Red+Green+Blue) = 116+149+79=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #74954F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74954F is #8B6AB0. Grayscale: #838383. Windows color (decimal): -9136817 or 5215604. OLE color: 5215604.

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

Color convert

RGB 116 149 79 -
CMYK 0.22 0 0.47 0.42
HSL 88.29º 0.31% 0.45% -
HSV(B) 88.29º 0.47% 0.58% -
XYZ 19.36 25.77 11.35 -
YUV 131.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 116 149 79 0.22 0 0.47 0.42 88.29 0.31 0.45
Hex 74 95 4F 16 0 2F 2A 58 1F 2D
Octal 164 225 117 26 0 57 52 130 37 55
Binary 1110100 10010101 1001111 10110 0 101111 101010 1011000 11111 101101

Color Harmonies of #74954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74954F

Black with #74954F

Text Example


Text Example

White with #74954F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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