Html Css Color HEX #76AF5B Asparagus

📋 copy color: '#76AF5B'

red 118 ◦ green 175 ◦ blue 91

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

Shades of Asparagus #76AF5B

Tints of Asparagus #76AF5B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 91 (35.94% from 255) = 23.7%

R = 30.73%
G = 45.57%
B = 23.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#76AF5B (or 0x76AF5B) is known color: Asparagus. HEX triplet: 76, AF and 5B. RGB value is (118,175,91). Sum of RGB (Red+Green+Blue) = 118+175+91=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF5B is #8950A4. Grayscale: #949494. Windows color (decimal): -8999077 or 6008694. OLE color: 6008694.

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

Color convert

RGB 118 175 91 -
CMYK 0.33 0 0.48 0.31
HSL 100.71º 0.34% 0.52% -
HSV(B) 100.71º 0.48% 0.69% -
XYZ 24.69 35.27 15.4 -
YUV 148.38 95.62 106.33 -
System Red Green Blue C M Y K H S L
Decimal 118 175 91 0.33 0 0.48 0.31 100.71 0.34 0.52
Hex 76 AF 5B 21 0 30 1F 65 22 34
Octal 166 257 133 41 0 60 37 145 42 64
Binary 1110110 10101111 1011011 100001 0 110000 11111 1100101 100010 110100

Color Harmonies of #76AF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF5B

Black with #76AF5B

Text Example


Text Example

White with #76AF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,175,91); }

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

background-color css

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

 a { background-color: rgb(118,175,91); }

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

border-color css

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

 span { border-color: rgb(118,175,91); }

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