Html Css Color HEX #7F994A Asparagus

📋 copy color: '#7F994A'

red 127 ◦ green 153 ◦ blue 74

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

Shades of Asparagus #7F994A

Tints of Asparagus #7F994A

RGB

 RED value IS 127 (50% from 255) = 35.88%

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

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 35.88%
G = 43.22%
B = 20.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#7F994A (or 0x7F994A) is known color: Asparagus. HEX triplet: 7F, 99 and 4A. RGB value is (127,153,74). Sum of RGB (Red+Green+Blue) = 127+153+74=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #7F994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F994A is #8066B5. Grayscale: #888888. Windows color (decimal): -8414902 or 4888959. OLE color: 4888959.

HSL color Cylindrical-coordinate representation of color #7F994A: hue angle of 79.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F994A is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 153 74 -
CMYK 0.17 0 0.52 0.4
HSL 79.75º 0.35% 0.45% -
HSV(B) 79.75º 0.52% 0.6% -
XYZ 21.38 27.79 10.72 -
YUV 136.22 92.89 121.42 -
System Red Green Blue C M Y K H S L
Decimal 127 153 74 0.17 0 0.52 0.4 79.75 0.35 0.45
Hex 7F 99 4A 11 0 34 28 50 23 2D
Octal 177 231 112 21 0 64 50 120 43 55
Binary 1111111 10011001 1001010 10001 0 110100 101000 1010000 100011 101101

Color Harmonies of #7F994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F994A

Black with #7F994A

Text Example


Text Example

White with #7F994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F994A; }

 p { color: rgb(127,153,74); }

 H1.HeaderClassName
 {
   color: #7F994A;
 }
 .AnyTagClassName
 {
   color: #7F994A;
 }
</style>

background-color css

<style>
 a { background-color: #7F994A; }

 a { background-color: rgb(127,153,74); }

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

border-color css

<style>
 span { border-color: #7F994A; }

 span { border-color: rgb(127,153,74); }

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