Html Css Color HEX #74944F Asparagus

📋 copy color: '#74944F'

red 116 ◦ green 148 ◦ blue 79

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

Shades of Asparagus #74944F

Tints of Asparagus #74944F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.15%

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

R = 33.82%
G = 43.15%
B = 23.03%

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

#74944F (or 0x74944F) is known color: Asparagus. HEX triplet: 74, 94 and 4F. RGB value is (116,148,79). Sum of RGB (Red+Green+Blue) = 116+148+79=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #74944F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74944F is #8B6BB0. Grayscale: #828282. Windows color (decimal): -9137073 or 5215348. OLE color: 5215348.

HSL color Cylindrical-coordinate representation of color #74944F: hue angle of 87.83º degrees, saturation: 0.3, 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 #74944F is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 79 -
CMYK 0.22 0 0.47 0.42
HSL 87.83º 0.3% 0.45% -
HSV(B) 87.83º 0.47% 0.58% -
XYZ 19.2 25.46 11.3 -
YUV 130.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 116 148 79 0.22 0 0.47 0.42 87.83 0.3 0.45
Hex 74 94 4F 16 0 2F 2A 58 1E 2D
Octal 164 224 117 26 0 57 52 130 36 55
Binary 1110100 10010100 1001111 10110 0 101111 101010 1011000 11110 101101

Color Harmonies of #74944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74944F

Black with #74944F

Text Example


Text Example

White with #74944F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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