#7D933D

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

Shades of Wasabi #7D933D

Tints of Wasabi #7D933D

Color information

#7D933D (or 0x7D933D) is unknown color: approx Wasabi. HEX triplet: 7D, 93 and 3D. RGB value is (125,147,61). Sum of RGB (Red+Green+Blue) = 125+147+61=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #7D933D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D933D is #826CC2. Grayscale: #828282. Windows color (decimal): -8547523 or 4035453. OLE color: 4035453.

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

Color convert

RGB12514761-
CMYK0.1500.590.42
HSL75.35º41.35%40.78%-
HSV(B)75.35º58.5%57.65%-
XYZ19.7325.568.31-
YUV130.6288.71123.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.54%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=37.54%
G=44.14%
B=18.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125147610.1500.590.4275.3541.3540.78
Hex7D933DF03B2A4b2929
Octal1752237517073521135151
Binary111110110010011111101111101110111010101001011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,147,61); }

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

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

 a { background-color: rgb(125,147,61); }

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

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

 span { border-color: rgb(125,147,61); }

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