Html Css Color HEX #76995B Asparagus

📋 copy color: '#76995B'

red 118 ◦ green 153 ◦ blue 91

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

Shades of Asparagus #76995B

Tints of Asparagus #76995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 32.6%
G = 42.27%
B = 25.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#76995B (or 0x76995B) is known color: Asparagus. HEX triplet: 76, 99 and 5B. RGB value is (118,153,91). Sum of RGB (Red+Green+Blue) = 118+153+91=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #76995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76995B is #8966A4. Grayscale: #878787. Windows color (decimal): -9004709 or 6003062. OLE color: 6003062.

HSL color Cylindrical-coordinate representation of color #76995B: hue angle of 93.87º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76995B is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 91 -
CMYK 0.23 0 0.41 0.4
HSL 93.87º 0.25% 0.48% -
HSV(B) 93.87º 0.41% 0.6% -
XYZ 20.75 27.39 14.09 -
YUV 135.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 118 153 91 0.23 0 0.41 0.4 93.87 0.25 0.48
Hex 76 99 5B 17 0 29 28 5E 19 30
Octal 166 231 133 27 0 51 50 136 31 60
Binary 1110110 10011001 1011011 10111 0 101001 101000 1011110 11001 110000

Color Harmonies of #76995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76995B

Black with #76995B

Text Example


Text Example

White with #76995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76995B; }

 p { color: rgb(118,153,91); }

 H1.HeaderClassName
 {
   color: #76995B;
 }
 .AnyTagClassName
 {
   color: #76995B;
 }
</style>

background-color css

<style>
 a { background-color: #76995B; }

 a { background-color: rgb(118,153,91); }

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

border-color css

<style>
 span { border-color: #76995B; }

 span { border-color: rgb(118,153,91); }

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