Html Css Color HEX #76AF58 Asparagus

📋 copy color: '#76AF58'

red 118 ◦ green 175 ◦ blue 88

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

Shades of Asparagus #76AF58

Tints of Asparagus #76AF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.1%

R = 30.97%
G = 45.93%
B = 23.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#76AF58 (or 0x76AF58) is known color: Asparagus. HEX triplet: 76, AF and 58. RGB value is (118,175,88). Sum of RGB (Red+Green+Blue) = 118+175+88=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF58 is #8950A7. Grayscale: #949494. Windows color (decimal): -8999080 or 5812086. OLE color: 5812086.

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

Color convert

RGB 118 175 88 -
CMYK 0.33 0 0.50 0.31
HSL 99.31º 0.35% 0.52% -
HSV(B) 99.31º 0.5% 0.69% -
XYZ 24.56 35.22 14.74 -
YUV 148.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 118 175 88 0.33 0 0.50 0.31 99.31 0.35 0.52
Hex 76 AF 58 21 0 32 1F 63 23 34
Octal 166 257 130 41 0 62 37 143 43 64
Binary 1110110 10101111 1011000 100001 0 110010 11111 1100011 100011 110100

Color Harmonies of #76AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF58

Black with #76AF58

Text Example


Text Example

White with #76AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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