Html Css Color HEX #76A25D Asparagus

📋 copy color: '#76A25D'

red 118 ◦ green 162 ◦ blue 93

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

Shades of Asparagus #76A25D

Tints of Asparagus #76A25D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 31.64%
G = 43.43%
B = 24.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#76A25D (or 0x76A25D) is known color: Asparagus. HEX triplet: 76, A2 and 5D. RGB value is (118,162,93). Sum of RGB (Red+Green+Blue) = 118+162+93=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #76A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A25D is #895DA2. Grayscale: #8D8D8D. Windows color (decimal): -9002403 or 6136438. OLE color: 6136438.

HSL color Cylindrical-coordinate representation of color #76A25D: hue angle of 98.26º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76A25D is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 93 -
CMYK 0.27 0 0.43 0.36
HSL 98.26º 0.27% 0.5% -
HSV(B) 98.26º 0.43% 0.64% -
XYZ 22.37 30.48 15.06 -
YUV 140.98 100.92 111.61 -
System Red Green Blue C M Y K H S L
Decimal 118 162 93 0.27 0 0.43 0.36 98.26 0.27 0.5
Hex 76 A2 5D 1B 0 2B 24 62 1B 32
Octal 166 242 135 33 0 53 44 142 33 62
Binary 1110110 10100010 1011101 11011 0 101011 100100 1100010 11011 110010

Color Harmonies of #76A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A25D

Black with #76A25D

Text Example


Text Example

White with #76A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,162,93); }

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

background-color css

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

 a { background-color: rgb(118,162,93); }

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

border-color css

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

 span { border-color: rgb(118,162,93); }

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