#7F9328

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

Shades of Wasabi #7F9328

Tints of Wasabi #7F9328

Color information

#7F9328 (or 0x7F9328) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 28. RGB value is (127,147,40). Sum of RGB (Red+Green+Blue) = 127+147+40=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9328 is #806CD7. Grayscale: #818181. Windows color (decimal): -8416472 or 2659199. OLE color: 2659199.

HSL color Cylindrical-coordinate representation of color #7F9328: hue angle of 71.21º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F9328 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB12714740-
CMYK0.1400.730.42
HSL71.21º57.22%36.67%-
HSV(B)71.21º72.79%57.65%-
XYZ19.5725.535.9-
YUV128.8277.87126.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.45%
GREEN value IS 147 (57.81% from 255) = 46.82%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=40.45%
G=46.82%
B=12.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147400.1400.730.4271.2157.2236.67
Hex7F9328E0492A473925
Octal17722350160111521077145
Binary1111111100100111010001110010010011010101000111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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