Html Css Color HEX #74964C Asparagus

📋 copy color: '#74964C'

red 116 ◦ green 150 ◦ blue 76

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

Shades of Asparagus #74964C

Tints of Asparagus #74964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

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

R = 33.92%
G = 43.86%
B = 22.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#74964C (or 0x74964C) is known color: Asparagus. HEX triplet: 74, 96 and 4C. RGB value is (116,150,76). Sum of RGB (Red+Green+Blue) = 116+150+76=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #74964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74964C is #8B69B3. Grayscale: #838383. Windows color (decimal): -9136564 or 5019252. OLE color: 5019252.

HSL color Cylindrical-coordinate representation of color #74964C: hue angle of 87.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74964C is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 76 -
CMYK 0.23 0 0.49 0.41
HSL 87.57º 0.33% 0.44% -
HSV(B) 87.57º 0.49% 0.59% -
XYZ 19.41 26.05 10.84 -
YUV 131.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 116 150 76 0.23 0 0.49 0.41 87.57 0.33 0.44
Hex 74 96 4C 17 0 31 29 58 21 2C
Octal 164 226 114 27 0 61 51 130 41 54
Binary 1110100 10010110 1001100 10111 0 110001 101001 1011000 100001 101100

Color Harmonies of #74964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74964C

Black with #74964C

Text Example


Text Example

White with #74964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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