Html Css Color HEX #7F964D Asparagus

📋 copy color: '#7F964D'

red 127 ◦ green 150 ◦ blue 77

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

Shades of Asparagus #7F964D

Tints of Asparagus #7F964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 35.88%
G = 42.37%
B = 21.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#7F964D (or 0x7F964D) is known color: Asparagus. HEX triplet: 7F, 96 and 4D. RGB value is (127,150,77). Sum of RGB (Red+Green+Blue) = 127+150+77=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #7F964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F964D is #8069B2. Grayscale: #878787. Windows color (decimal): -8415667 or 5084799. OLE color: 5084799.

HSL color Cylindrical-coordinate representation of color #7F964D: hue angle of 78.9º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F964D is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 127 150 77 -
CMYK 0.15 0 0.49 0.41
HSL 78.9º 0.32% 0.45% -
HSV(B) 78.9º 0.49% 0.59% -
XYZ 21 26.86 11.1 -
YUV 134.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 127 150 77 0.15 0 0.49 0.41 78.9 0.32 0.45
Hex 7F 96 4D F 0 31 29 4F 20 2D
Octal 177 226 115 17 0 61 51 117 40 55
Binary 1111111 10010110 1001101 1111 0 110001 101001 1001111 100000 101101

Color Harmonies of #7F964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F964D

Black with #7F964D

Text Example


Text Example

White with #7F964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,150,77); }

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

background-color css

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

 a { background-color: rgb(127,150,77); }

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

border-color css

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

 span { border-color: rgb(127,150,77); }

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