Html Css Color HEX #76A154 Asparagus

📋 copy color: '#76A154'

red 118 ◦ green 161 ◦ blue 84

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

Shades of Asparagus #76A154

Tints of Asparagus #76A154

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.35%

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 32.51%
G = 44.35%
B = 23.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#76A154 (or 0x76A154) is known color: Asparagus. HEX triplet: 76, A1 and 54. RGB value is (118,161,84). Sum of RGB (Red+Green+Blue) = 118+161+84=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #76A154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A154 is #895EAB. Grayscale: #8B8B8B. Windows color (decimal): -9002668 or 5546358. OLE color: 5546358.

HSL color Cylindrical-coordinate representation of color #76A154: hue angle of 93.51º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76A154 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 161 84 -
CMYK 0.27 0 0.48 0.37
HSL 93.51º 0.31% 0.48% -
HSV(B) 93.51º 0.48% 0.63% -
XYZ 21.82 29.98 13.02 -
YUV 139.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 118 161 84 0.27 0 0.48 0.37 93.51 0.31 0.48
Hex 76 A1 54 1B 0 30 25 5E 1F 30
Octal 166 241 124 33 0 60 45 136 37 60
Binary 1110110 10100001 1010100 11011 0 110000 100101 1011110 11111 110000

Color Harmonies of #76A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A154

Black with #76A154

Text Example


Text Example

White with #76A154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A154; }

 p { color: rgb(118,161,84); }

 H1.HeaderClassName
 {
   color: #76A154;
 }
 .AnyTagClassName
 {
   color: #76A154;
 }
</style>

background-color css

<style>
 a { background-color: #76A154; }

 a { background-color: rgb(118,161,84); }

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

border-color css

<style>
 span { border-color: #76A154; }

 span { border-color: rgb(118,161,84); }

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