#7F8648

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

Shades of Wasabi #7F8648

Tints of Wasabi #7F8648

Color information

#7F8648 (or 0x7F8648) is unknown color: approx Wasabi. HEX triplet: 7F, 86 and 48. RGB value is (127,134,72). Sum of RGB (Red+Green+Blue) = 127+134+72=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8648 is #8079B7. Grayscale: #7D7D7D. Windows color (decimal): -8419768 or 4753023. OLE color: 4753023.

HSL color Cylindrical-coordinate representation of color #7F8648: hue angle of 66.77º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F8648 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB12713472-
CMYK0.0500.460.47
HSL66.77º30.1%40.39%-
HSV(B)66.77º46.27%52.55%-
XYZ18.4522.039.41-
YUV124.8498.18129.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.14%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=38.14%
G=40.24%
B=21.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134720.0500.460.4766.7730.140.39
Hex7F8648502E2F431e28
Octal1772061105056571033650
Binary11111111000011010010001010101110101111100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,134,72); }

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

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

 a { background-color: rgb(127,134,72); }

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

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

 span { border-color: rgb(127,134,72); }

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