Html Css Color HEX #7F954C Wasabi

📋 copy color: '#7F954C'

red 127 ◦ green 149 ◦ blue 76

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

Shades of Wasabi #7F954C

Tints of Wasabi #7F954C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.59%

R = 36.08%
G = 42.33%
B = 21.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#7F954C (or 0x7F954C) is known color: Wasabi. HEX triplet: 7F, 95 and 4C. RGB value is (127,149,76). Sum of RGB (Red+Green+Blue) = 127+149+76=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #7F954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F954C is #806AB3. Grayscale: #868686. Windows color (decimal): -8415924 or 5019007. OLE color: 5019007.

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

Color convert

RGB 127 149 76 -
CMYK 0.15 0 0.49 0.42
HSL 78.08º 0.32% 0.44% -
HSV(B) 78.08º 0.49% 0.58% -
XYZ 20.8 26.53 10.86 -
YUV 134.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 127 149 76 0.15 0 0.49 0.42 78.08 0.32 0.44
Hex 7F 95 4C F 0 31 2A 4E 20 2C
Octal 177 225 114 17 0 61 52 116 40 54
Binary 1111111 10010101 1001100 1111 0 110001 101010 1001110 100000 101100

Color Harmonies of #7F954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F954C

Black with #7F954C

Text Example


Text Example

White with #7F954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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