Html Css Color HEX #7F954A Wasabi

📋 copy color: '#7F954A'

red 127 ◦ green 149 ◦ blue 74

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

Shades of Wasabi #7F954A

Tints of Wasabi #7F954A

RGB

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

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

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

R = 36.29%
G = 42.57%
B = 21.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#7F954A (or 0x7F954A) is known color: Wasabi. HEX triplet: 7F, 95 and 4A. RGB value is (127,149,74). Sum of RGB (Red+Green+Blue) = 127+149+74=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #7F954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F954A is #806AB5. Grayscale: #868686. Windows color (decimal): -8415926 or 4887935. OLE color: 4887935.

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

Color convert

RGB 127 149 74 -
CMYK 0.15 0 0.50 0.42
HSL 77.6º 0.34% 0.44% -
HSV(B) 77.6º 0.5% 0.58% -
XYZ 20.74 26.5 10.5 -
YUV 133.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 127 149 74 0.15 0 0.50 0.42 77.6 0.34 0.44
Hex 7F 95 4A F 0 32 2A 4E 22 2C
Octal 177 225 112 17 0 62 52 116 42 54
Binary 1111111 10010101 1001010 1111 0 110010 101010 1001110 100010 101100

Color Harmonies of #7F954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F954A

Black with #7F954A

Text Example


Text Example

White with #7F954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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