Html Css Color HEX #76994A Asparagus

📋 copy color: '#76994A'

red 118 ◦ green 153 ◦ blue 74

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

Shades of Asparagus #76994A

Tints of Asparagus #76994A

RGB

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

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

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

R = 34.2%
G = 44.35%
B = 21.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#76994A (or 0x76994A) is known color: Asparagus. HEX triplet: 76, 99 and 4A. RGB value is (118,153,74). Sum of RGB (Red+Green+Blue) = 118+153+74=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #76994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76994A is #8966B5. Grayscale: #858585. Windows color (decimal): -9004726 or 4888950. OLE color: 4888950.

HSL color Cylindrical-coordinate representation of color #76994A: hue angle of 86.58º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76994A is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 74 -
CMYK 0.23 0 0.52 0.4
HSL 86.58º 0.35% 0.45% -
HSV(B) 86.58º 0.52% 0.6% -
XYZ 20.1 27.13 10.66 -
YUV 133.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 118 153 74 0.23 0 0.52 0.4 86.58 0.35 0.45
Hex 76 99 4A 17 0 34 28 57 23 2D
Octal 166 231 112 27 0 64 50 127 43 55
Binary 1110110 10011001 1001010 10111 0 110100 101000 1010111 100011 101101

Color Harmonies of #76994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76994A

Black with #76994A

Text Example


Text Example

White with #76994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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