#7F8E3C

Color #7F8E3C Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #7F8E3C

Tints of Wasabi #7F8E3C

Color information

#7F8E3C (or 0x7F8E3C) is unknown color: approx Wasabi. HEX triplet: 7F, 8E and 3C. RGB value is (127,142,60). Sum of RGB (Red+Green+Blue) = 127+142+60=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8E3C is #8071C3. Grayscale: #808080. Windows color (decimal): -8417732 or 3968639. OLE color: 3968639.

HSL color Cylindrical-coordinate representation of color #7F8E3C: hue angle of 70.98º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F8E3C is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB12714260-
CMYK0.1100.580.44
HSL70.98º40.59%39.61%-
HSV(B)70.98º57.75%55.69%-
XYZ19.2424.187.93-
YUV128.1789.53127.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.60%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=38.60%
G=43.16%
B=18.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127142600.1100.580.4470.9840.5939.61
Hex7F8E3CB03A2C472928
Octal1772167413072541075150
Binary111111110001110111100101101110101011001000111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,142,60); }

 H1.HeaderClassName
 {
   color: #7F8E3C;
 }
 .AnyTagClassName
 {
   color: #7F8E3C;
 }
</style>
background-color css

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

 a { background-color: rgb(127,142,60); }

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

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

 span { border-color: rgb(127,142,60); }

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