Html Css Color HEX #76AF54 Asparagus

📋 copy color: '#76AF54'

red 118 ◦ green 175 ◦ blue 84

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

Shades of Asparagus #76AF54

Tints of Asparagus #76AF54

RGB

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

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

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

R = 31.3%
G = 46.42%
B = 22.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#76AF54 (or 0x76AF54) is known color: Asparagus. HEX triplet: 76, AF and 54. RGB value is (118,175,84). Sum of RGB (Red+Green+Blue) = 118+175+84=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF54 is #8950AB. Grayscale: #939393. Windows color (decimal): -8999084 or 5549942. OLE color: 5549942.

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

Color convert

RGB 118 175 84 -
CMYK 0.33 0 0.52 0.31
HSL 97.58º 0.36% 0.51% -
HSV(B) 97.58º 0.52% 0.69% -
XYZ 24.4 35.15 13.89 -
YUV 147.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 118 175 84 0.33 0 0.52 0.31 97.58 0.36 0.51
Hex 76 AF 54 21 0 34 1F 62 24 33
Octal 166 257 124 41 0 64 37 142 44 63
Binary 1110110 10101111 1010100 100001 0 110100 11111 1100010 100100 110011

Color Harmonies of #76AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF54

Black with #76AF54

Text Example


Text Example

White with #76AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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