#7D9237

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

Shades of Wasabi #7D9237

Tints of Wasabi #7D9237

Color information

#7D9237 (or 0x7D9237) is unknown color: approx Wasabi. HEX triplet: 7D, 92 and 37. RGB value is (125,146,55). Sum of RGB (Red+Green+Blue) = 125+146+55=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9237 is #826DC8. Grayscale: #818181. Windows color (decimal): -8547785 or 3641981. OLE color: 3641981.

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

Color convert

RGB12514655-
CMYK0.1400.620.43
HSL73.85º45.27%39.41%-
HSV(B)73.85º62.33%57.25%-
XYZ19.4325.197.45-
YUV129.3586.04124.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.34%
GREEN value IS 146 (57.42% from 255) = 44.79%
BLUE value IS 55 (21.88% from 255) = 16.87%
R=38.34%
G=44.79%
B=16.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125146550.1400.620.4373.8545.2739.41
Hex7D9237E03E2B4a2d27
Octal1752226716076531125547
Binary111110110010010110111111001111101010111001010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,146,55); }

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

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

 a { background-color: rgb(125,146,55); }

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

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

 span { border-color: rgb(125,146,55); }

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