Html Css Color HEX #76A55F Asparagus

📋 copy color: '#76A55F'

red 118 ◦ green 165 ◦ blue 95

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

Shades of Asparagus #76A55F

Tints of Asparagus #76A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.65%

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 31.22%
G = 43.65%
B = 25.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#76A55F (or 0x76A55F) is known color: Asparagus. HEX triplet: 76, A5 and 5F. RGB value is (118,165,95). Sum of RGB (Red+Green+Blue) = 118+165+95=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #76A55F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A55F is #895AA0. Grayscale: #8F8F8F. Windows color (decimal): -9001633 or 6268278. OLE color: 6268278.

HSL color Cylindrical-coordinate representation of color #76A55F: hue angle of 100.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A55F is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 165 95 -
CMYK 0.28 0 0.42 0.35
HSL 100.29º 0.28% 0.51% -
HSV(B) 100.29º 0.42% 0.65% -
XYZ 22.99 31.59 15.71 -
YUV 142.97 100.93 110.19 -
System Red Green Blue C M Y K H S L
Decimal 118 165 95 0.28 0 0.42 0.35 100.29 0.28 0.51
Hex 76 A5 5F 1C 0 2A 23 64 1C 33
Octal 166 245 137 34 0 52 43 144 34 63
Binary 1110110 10100101 1011111 11100 0 101010 100011 1100100 11100 110011

Color Harmonies of #76A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A55F

Black with #76A55F

Text Example


Text Example

White with #76A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,165,95); }

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

background-color css

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

 a { background-color: rgb(118,165,95); }

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

border-color css

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

 span { border-color: rgb(118,165,95); }

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