Html Css Color HEX #74994C Asparagus

📋 copy color: '#74994C'

red 116 ◦ green 153 ◦ blue 76

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

Shades of Asparagus #74994C

Tints of Asparagus #74994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.35%

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

R = 33.62%
G = 44.35%
B = 22.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#74994C (or 0x74994C) is known color: Asparagus. HEX triplet: 74, 99 and 4C. RGB value is (116,153,76). Sum of RGB (Red+Green+Blue) = 116+153+76=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #74994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74994C is #8B66B3. Grayscale: #858585. Windows color (decimal): -9135796 or 5020020. OLE color: 5020020.

HSL color Cylindrical-coordinate representation of color #74994C: hue angle of 88.83º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74994C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 76 -
CMYK 0.24 0 0.50 0.4
HSL 88.83º 0.34% 0.45% -
HSV(B) 88.83º 0.5% 0.6% -
XYZ 19.9 27.02 11 -
YUV 133.16 95.74 115.76 -
System Red Green Blue C M Y K H S L
Decimal 116 153 76 0.24 0 0.50 0.4 88.83 0.34 0.45
Hex 74 99 4C 18 0 32 28 59 22 2D
Octal 164 231 114 30 0 62 50 131 42 55
Binary 1110100 10011001 1001100 11000 0 110010 101000 1011001 100010 101101

Color Harmonies of #74994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74994C

Black with #74994C

Text Example


Text Example

White with #74994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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