Html Css Color HEX #7F8D46 Wasabi

📋 copy color: '#7F8D46'

red 127 ◦ green 141 ◦ blue 70

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

Shades of Wasabi #7F8D46

Tints of Wasabi #7F8D46

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.72%

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 37.57%
G = 41.72%
B = 20.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#7F8D46 (or 0x7F8D46) is known color: Wasabi. HEX triplet: 7F, 8D and 46. RGB value is (127,141,70). Sum of RGB (Red+Green+Blue) = 127+141+70=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8D46 is #8072B9. Grayscale: #808080. Windows color (decimal): -8417978 or 4623743. OLE color: 4623743.

HSL color Cylindrical-coordinate representation of color #7F8D46: hue angle of 71.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F8D46 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 141 70 -
CMYK 0.10 0 0.50 0.45
HSL 71.83º 0.34% 0.41% -
HSV(B) 71.83º 0.5% 0.55% -
XYZ 19.38 24 9.41 -
YUV 128.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 127 141 70 0.10 0 0.50 0.45 71.83 0.34 0.41
Hex 7F 8D 46 A 0 32 2D 48 22 29
Octal 177 215 106 12 0 62 55 110 42 51
Binary 1111111 10001101 1000110 1010 0 110010 101101 1001000 100010 101001

Color Harmonies of #7F8D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8D46

Black with #7F8D46

Text Example


Text Example

White with #7F8D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,141,70); }

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

background-color css

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

 a { background-color: rgb(127,141,70); }

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

border-color css

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

 span { border-color: rgb(127,141,70); }

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