Html Css Color HEX #76994F Asparagus

📋 copy color: '#76994F'

red 118 ◦ green 153 ◦ blue 79

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

Shades of Asparagus #76994F

Tints of Asparagus #76994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 33.71%
G = 43.71%
B = 22.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#76994F (or 0x76994F) is known color: Asparagus. HEX triplet: 76, 99 and 4F. RGB value is (118,153,79). Sum of RGB (Red+Green+Blue) = 118+153+79=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #76994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76994F is #8966B0. Grayscale: #868686. Windows color (decimal): -9004721 or 5216630. OLE color: 5216630.

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

Color convert

RGB 118 153 79 -
CMYK 0.23 0 0.48 0.4
HSL 88.38º 0.32% 0.45% -
HSV(B) 88.38º 0.48% 0.6% -
XYZ 20.27 27.2 11.58 -
YUV 134.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 118 153 79 0.23 0 0.48 0.4 88.38 0.32 0.45
Hex 76 99 4F 17 0 30 28 58 20 2D
Octal 166 231 117 27 0 60 50 130 40 55
Binary 1110110 10011001 1001111 10111 0 110000 101000 1011000 100000 101101

Color Harmonies of #76994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76994F

Black with #76994F

Text Example


Text Example

White with #76994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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