Html Css Color HEX #76994C Asparagus

📋 copy color: '#76994C'

red 118 ◦ green 153 ◦ blue 76

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

Shades of Asparagus #76994C

Tints of Asparagus #76994C

RGB

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

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

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

R = 34.01%
G = 44.09%
B = 21.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#76994C (or 0x76994C) is known color: Asparagus. HEX triplet: 76, 99 and 4C. RGB value is (118,153,76). Sum of RGB (Red+Green+Blue) = 118+153+76=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #76994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76994C is #8966B3. Grayscale: #868686. Windows color (decimal): -9004724 or 5020022. OLE color: 5020022.

HSL color Cylindrical-coordinate representation of color #76994C: hue angle of 87.27º 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 #76994C is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 76 -
CMYK 0.23 0 0.50 0.4
HSL 87.27º 0.34% 0.45% -
HSV(B) 87.27º 0.5% 0.6% -
XYZ 20.17 27.16 11.02 -
YUV 133.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 118 153 76 0.23 0 0.50 0.4 87.27 0.34 0.45
Hex 76 99 4C 17 0 32 28 57 22 2D
Octal 166 231 114 27 0 62 50 127 42 55
Binary 1110110 10011001 1001100 10111 0 110010 101000 1010111 100010 101101

Color Harmonies of #76994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76994C

Black with #76994C

Text Example


Text Example

White with #76994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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