Html Css Color HEX #7F954D Wasabi

📋 copy color: '#7F954D'

red 127 ◦ green 149 ◦ blue 77

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

Shades of Wasabi #7F954D

Tints of Wasabi #7F954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

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

R = 35.98%
G = 42.21%
B = 21.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#7F954D (or 0x7F954D) is known color: Wasabi. HEX triplet: 7F, 95 and 4D. RGB value is (127,149,77). Sum of RGB (Red+Green+Blue) = 127+149+77=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #7F954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F954D is #806AB2. Grayscale: #868686. Windows color (decimal): -8415923 or 5084543. OLE color: 5084543.

HSL color Cylindrical-coordinate representation of color #7F954D: hue angle of 78.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F954D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 149 77 -
CMYK 0.15 0 0.48 0.42
HSL 78.33º 0.32% 0.44% -
HSV(B) 78.33º 0.48% 0.58% -
XYZ 20.84 26.54 11.05 -
YUV 134.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 127 149 77 0.15 0 0.48 0.42 78.33 0.32 0.44
Hex 7F 95 4D F 0 30 2A 4E 20 2C
Octal 177 225 115 17 0 60 52 116 40 54
Binary 1111111 10010101 1001101 1111 0 110000 101010 1001110 100000 101100

Color Harmonies of #7F954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F954D

Black with #7F954D

Text Example


Text Example

White with #7F954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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