Html Css Color HEX #74944B Asparagus

📋 copy color: '#74944B'

red 116 ◦ green 148 ◦ blue 75

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

Shades of Asparagus #74944B

Tints of Asparagus #74944B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 34.22%
G = 43.66%
B = 22.12%

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

#74944B (or 0x74944B) is known color: Asparagus. HEX triplet: 74, 94 and 4B. RGB value is (116,148,75). Sum of RGB (Red+Green+Blue) = 116+148+75=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #74944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74944B is #8B6BB4. Grayscale: #828282. Windows color (decimal): -9137077 or 4953204. OLE color: 4953204.

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

Color convert

RGB 116 148 75 -
CMYK 0.22 0 0.49 0.42
HSL 86.3º 0.33% 0.44% -
HSV(B) 86.3º 0.49% 0.58% -
XYZ 19.06 25.4 10.55 -
YUV 130.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 116 148 75 0.22 0 0.49 0.42 86.3 0.33 0.44
Hex 74 94 4B 16 0 31 2A 56 21 2C
Octal 164 224 113 26 0 61 52 126 41 54
Binary 1110100 10010100 1001011 10110 0 110001 101010 1010110 100001 101100

Color Harmonies of #74944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74944B

Black with #74944B

Text Example


Text Example

White with #74944B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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