#7D953C

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

Shades of Wasabi #7D953C

Tints of Wasabi #7D953C

Color information

#7D953C (or 0x7D953C) is unknown color: approx Wasabi. HEX triplet: 7D, 95 and 3C. RGB value is (125,149,60). Sum of RGB (Red+Green+Blue) = 125+149+60=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #7D953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D953C is #826AC3. Grayscale: #848484. Windows color (decimal): -8547012 or 3970429. OLE color: 3970429.

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

Color convert

RGB12514960-
CMYK0.1600.600.42
HSL76.18º42.58%40.98%-
HSV(B)76.18º59.73%58.43%-
XYZ20.0226.188.27-
YUV131.6887.55123.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.43%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=37.43%
G=44.61%
B=17.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125149600.1600.600.4276.1842.5840.98
Hex7D953C1003C2A4c2b29
Octal1752257420074521145351
Binary1111101100101011111001000001111001010101001100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,149,60); }

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

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

 a { background-color: rgb(125,149,60); }

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

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

 span { border-color: rgb(125,149,60); }

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