#7F933F

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

Shades of Wasabi #7F933F

Tints of Wasabi #7F933F

Color information

#7F933F (or 0x7F933F) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 3F. RGB value is (127,147,63). Sum of RGB (Red+Green+Blue) = 127+147+63=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #7F933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F933F is #806CC0. Grayscale: #838383. Windows color (decimal): -8416449 or 4166527. OLE color: 4166527.

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

Color convert

RGB12714763-
CMYK0.1400.570.42
HSL74.29º40%41.18%-
HSV(B)74.29º57.14%57.65%-
XYZ20.0825.748.61-
YUV131.4489.37124.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 63 (25% from 255) = 18.69%
R=37.69%
G=43.62%
B=18.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147630.1400.570.4274.294041.18
Hex7F933FE0392A4a2829
Octal1772237716071521125051
Binary111111110010011111111111001110011010101001010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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