Html Css Color HEX #76A35F Asparagus

📋 copy color: '#76A35F'

red 118 ◦ green 163 ◦ blue 95

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

Shades of Asparagus #76A35F

Tints of Asparagus #76A35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

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

R = 31.38%
G = 43.35%
B = 25.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#76A35F (or 0x76A35F) is known color: Asparagus. HEX triplet: 76, A3 and 5F. RGB value is (118,163,95). Sum of RGB (Red+Green+Blue) = 118+163+95=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #76A35F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A35F is #895CA0. Grayscale: #8E8E8E. Windows color (decimal): -9002145 or 6267766. OLE color: 6267766.

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

Color convert

RGB 118 163 95 -
CMYK 0.28 0 0.42 0.36
HSL 99.71º 0.27% 0.51% -
HSV(B) 99.71º 0.42% 0.64% -
XYZ 22.63 30.87 15.59 -
YUV 141.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 118 163 95 0.28 0 0.42 0.36 99.71 0.27 0.51
Hex 76 A3 5F 1C 0 2A 24 64 1B 33
Octal 166 243 137 34 0 52 44 144 33 63
Binary 1110110 10100011 1011111 11100 0 101010 100100 1100100 11011 110011

Color Harmonies of #76A35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A35F

Black with #76A35F

Text Example


Text Example

White with #76A35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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