Html Css Color HEX #76964A Asparagus

📋 copy color: '#76964A'

red 118 ◦ green 150 ◦ blue 74

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

Shades of Asparagus #76964A

Tints of Asparagus #76964A

RGB

 RED value IS 118 (46.48% from 255) = 34.5%

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

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 34.5%
G = 43.86%
B = 21.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#76964A (or 0x76964A) is known color: Asparagus. HEX triplet: 76, 96 and 4A. RGB value is (118,150,74). Sum of RGB (Red+Green+Blue) = 118+150+74=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #76964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76964A is #8969B5. Grayscale: #848484. Windows color (decimal): -9005494 or 4888182. OLE color: 4888182.

HSL color Cylindrical-coordinate representation of color #76964A: hue angle of 85.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76964A is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 74 -
CMYK 0.21 0 0.51 0.41
HSL 85.26º 0.34% 0.44% -
HSV(B) 85.26º 0.51% 0.59% -
XYZ 19.61 26.16 10.49 -
YUV 131.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 118 150 74 0.21 0 0.51 0.41 85.26 0.34 0.44
Hex 76 96 4A 15 0 33 29 55 22 2C
Octal 166 226 112 25 0 63 51 125 42 54
Binary 1110110 10010110 1001010 10101 0 110011 101001 1010101 100010 101100

Color Harmonies of #76964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76964A

Black with #76964A

Text Example


Text Example

White with #76964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76964A; }

 p { color: rgb(118,150,74); }

 H1.HeaderClassName
 {
   color: #76964A;
 }
 .AnyTagClassName
 {
   color: #76964A;
 }
</style>

background-color css

<style>
 a { background-color: #76964A; }

 a { background-color: rgb(118,150,74); }

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

border-color css

<style>
 span { border-color: #76964A; }

 span { border-color: rgb(118,150,74); }

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