#7F8D39

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

Shades of Wasabi #7F8D39

Tints of Wasabi #7F8D39

Color information

#7F8D39 (or 0x7F8D39) is unknown color: approx Wasabi. HEX triplet: 7F, 8D and 39. RGB value is (127,141,57). Sum of RGB (Red+Green+Blue) = 127+141+57=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8D39 is #8072C6. Grayscale: #7F7F7F. Windows color (decimal): -8417991 or 3771775. OLE color: 3771775.

HSL color Cylindrical-coordinate representation of color #7F8D39: hue angle of 70º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F8D39 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB12714157-
CMYK0.1000.600.45
HSL70º42.42%38.82%-
HSV(B)70º59.57%55.29%-
XYZ19.0223.867.47-
YUV127.2488.36127.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.08%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=39.08%
G=43.38%
B=17.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127141570.1000.600.457042.4238.82
Hex7F8D39A03C2D462a27
Octal1772157112074551065247
Binary111111110001101111001101001111001011011000110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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