Html Css Color HEX #76AA5A Asparagus

📋 copy color: '#76AA5A'

red 118 ◦ green 170 ◦ blue 90

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

Shades of Asparagus #76AA5A

Tints of Asparagus #76AA5A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.97%

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 31.22%
G = 44.97%
B = 23.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#76AA5A (or 0x76AA5A) is known color: Asparagus. HEX triplet: 76, AA and 5A. RGB value is (118,170,90). Sum of RGB (Red+Green+Blue) = 118+170+90=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA5A is #8955A5. Grayscale: #919191. Windows color (decimal): -9000358 or 5941878. OLE color: 5941878.

HSL color Cylindrical-coordinate representation of color #76AA5A: hue angle of 99º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76AA5A is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 170 90 -
CMYK 0.31 0 0.47 0.33
HSL 99º 0.32% 0.51% -
HSV(B) 99º 0.47% 0.67% -
XYZ 23.69 33.34 14.86 -
YUV 145.33 96.77 108.5 -
System Red Green Blue C M Y K H S L
Decimal 118 170 90 0.31 0 0.47 0.33 99 0.32 0.51
Hex 76 AA 5A 1F 0 2F 21 63 20 33
Octal 166 252 132 37 0 57 41 143 40 63
Binary 1110110 10101010 1011010 11111 0 101111 100001 1100011 100000 110011

Color Harmonies of #76AA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA5A

Black with #76AA5A

Text Example


Text Example

White with #76AA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,170,90); }

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

background-color css

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

 a { background-color: rgb(118,170,90); }

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

border-color css

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

 span { border-color: rgb(118,170,90); }

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