#7F9338

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

Shades of Wasabi #7F9338

Tints of Wasabi #7F9338

Color information

#7F9338 (or 0x7F9338) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 38. RGB value is (127,147,56). Sum of RGB (Red+Green+Blue) = 127+147+56=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9338 is #806CC7. Grayscale: #828282. Windows color (decimal): -8416456 or 3707775. OLE color: 3707775.

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

Color convert

RGB12714756-
CMYK0.1400.620.42
HSL73.19º44.83%39.8%-
HSV(B)73.19º61.9%57.65%-
XYZ19.925.667.65-
YUV130.6585.87125.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 56 (22.27% from 255) = 16.97%
R=38.48%
G=44.55%
B=16.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147560.1400.620.4273.1944.8339.8
Hex7F9338E03E2A492d28
Octal1772237016076521115550
Binary111111110010011111000111001111101010101001001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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