#7D9333

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

Shades of Wasabi #7D9333

Tints of Wasabi #7D9333

Color information

#7D9333 (or 0x7D9333) is unknown color: approx Wasabi. HEX triplet: 7D, 93 and 33. RGB value is (125,147,51). Sum of RGB (Red+Green+Blue) = 125+147+51=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9333 is #826CCC. Grayscale: #818181. Windows color (decimal): -8547533 or 3380093. OLE color: 3380093.

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

Color convert

RGB12514751-
CMYK0.1500.650.42
HSL73.75º48.48%38.82%-
HSV(B)73.75º65.31%57.65%-
XYZ19.4925.477.02-
YUV129.4883.71124.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.70%
GREEN value IS 147 (57.81% from 255) = 45.51%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=38.70%
G=45.51%
B=15.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125147510.1500.650.4273.7548.4838.82
Hex7D9333F0412A4a3027
Octal17522363170101521126047
Binary1111101100100111100111111010000011010101001010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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