Html Css Color HEX #76AA4B Asparagus

📋 copy color: '#76AA4B'

red 118 ◦ green 170 ◦ blue 75

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

Shades of Asparagus #76AA4B

Tints of Asparagus #76AA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 32.51%
G = 46.83%
B = 20.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#76AA4B (or 0x76AA4B) is known color: Asparagus. HEX triplet: 76, AA and 4B. RGB value is (118,170,75). Sum of RGB (Red+Green+Blue) = 118+170+75=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA4B is #8955B4. Grayscale: #8F8F8F. Windows color (decimal): -9000373 or 4958838. OLE color: 4958838.

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

Color convert

RGB 118 170 75 -
CMYK 0.31 0 0.56 0.33
HSL 92.84º 0.39% 0.48% -
HSV(B) 92.84º 0.56% 0.67% -
XYZ 23.12 33.11 11.83 -
YUV 143.62 89.27 109.72 -
System Red Green Blue C M Y K H S L
Decimal 118 170 75 0.31 0 0.56 0.33 92.84 0.39 0.48
Hex 76 AA 4B 1F 0 38 21 5D 27 30
Octal 166 252 113 37 0 70 41 135 47 60
Binary 1110110 10101010 1001011 11111 0 111000 100001 1011101 100111 110000

Color Harmonies of #76AA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA4B

Black with #76AA4B

Text Example


Text Example

White with #76AA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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