Html Css Color HEX #7F934C Wasabi

📋 copy color: '#7F934C'

red 127 ◦ green 147 ◦ blue 76

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

Shades of Wasabi #7F934C

Tints of Wasabi #7F934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

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

R = 36.29%
G = 42%
B = 21.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#7F934C (or 0x7F934C) is known color: Wasabi. HEX triplet: 7F, 93 and 4C. RGB value is (127,147,76). Sum of RGB (Red+Green+Blue) = 127+147+76=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #7F934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F934C is #806CB3. Grayscale: #858585. Windows color (decimal): -8416436 or 5018495. OLE color: 5018495.

HSL color Cylindrical-coordinate representation of color #7F934C: hue angle of 76.9º 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 #7F934C is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 147 76 -
CMYK 0.14 0 0.48 0.42
HSL 76.9º 0.32% 0.44% -
HSV(B) 76.9º 0.48% 0.58% -
XYZ 20.49 25.9 10.76 -
YUV 132.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 127 147 76 0.14 0 0.48 0.42 76.9 0.32 0.44
Hex 7F 93 4C E 0 30 2A 4D 20 2C
Octal 177 223 114 16 0 60 52 115 40 54
Binary 1111111 10010011 1001100 1110 0 110000 101010 1001101 100000 101100

Color Harmonies of #7F934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F934C

Black with #7F934C

Text Example


Text Example

White with #7F934C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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