Html Css Color HEX #76AF56 Asparagus

📋 copy color: '#76AF56'

red 118 ◦ green 175 ◦ blue 86

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

Shades of Asparagus #76AF56

Tints of Asparagus #76AF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 31.13%
G = 46.17%
B = 22.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#76AF56 (or 0x76AF56) is known color: Asparagus. HEX triplet: 76, AF and 56. RGB value is (118,175,86). Sum of RGB (Red+Green+Blue) = 118+175+86=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF56 is #8950A9. Grayscale: #949494. Windows color (decimal): -8999082 or 5681014. OLE color: 5681014.

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

Color convert

RGB 118 175 86 -
CMYK 0.33 0 0.51 0.31
HSL 98.43º 0.36% 0.51% -
HSV(B) 98.43º 0.51% 0.69% -
XYZ 24.48 35.18 14.3 -
YUV 147.81 93.12 106.74 -
System Red Green Blue C M Y K H S L
Decimal 118 175 86 0.33 0 0.51 0.31 98.43 0.36 0.51
Hex 76 AF 56 21 0 33 1F 62 24 33
Octal 166 257 126 41 0 63 37 142 44 63
Binary 1110110 10101111 1010110 100001 0 110011 11111 1100010 100100 110011

Color Harmonies of #76AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF56

Black with #76AF56

Text Example


Text Example

White with #76AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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