Html Css Color HEX #76984D Asparagus

📋 copy color: '#76984D'

red 118 ◦ green 152 ◦ blue 77

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

Shades of Asparagus #76984D

Tints of Asparagus #76984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.8%

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 34.01%
G = 43.8%
B = 22.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#76984D (or 0x76984D) is known color: Asparagus. HEX triplet: 76, 98 and 4D. RGB value is (118,152,77). Sum of RGB (Red+Green+Blue) = 118+152+77=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #76984D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76984D is #8967B2. Grayscale: #858585. Windows color (decimal): -9004979 or 5085302. OLE color: 5085302.

HSL color Cylindrical-coordinate representation of color #76984D: hue angle of 87.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76984D is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 77 -
CMYK 0.22 0 0.49 0.40
HSL 87.2º 0.33% 0.45% -
HSV(B) 87.2º 0.49% 0.6% -
XYZ 20.04 26.84 11.15 -
YUV 133.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 118 152 77 0.22 0 0.49 0.40 87.2 0.33 0.45
Hex 76 98 4D 16 0 31 28 57 21 2D
Octal 166 230 115 26 0 61 50 127 41 55
Binary 1110110 10011000 1001101 10110 0 110001 101000 1010111 100001 101101

Color Harmonies of #76984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76984D

Black with #76984D

Text Example


Text Example

White with #76984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76984D; }

 p { color: rgb(118,152,77); }

 H1.HeaderClassName
 {
   color: #76984D;
 }
 .AnyTagClassName
 {
   color: #76984D;
 }
</style>

background-color css

<style>
 a { background-color: #76984D; }

 a { background-color: rgb(118,152,77); }

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

border-color css

<style>
 span { border-color: #76984D; }

 span { border-color: rgb(118,152,77); }

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