#7D914C

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

Shades of Wasabi #7D914C

Tints of Wasabi #7D914C

Color information

#7D914C (or 0x7D914C) is unknown color: approx Wasabi. HEX triplet: 7D, 91 and 4C. RGB value is (125,145,76). Sum of RGB (Red+Green+Blue) = 125+145+76=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #7D914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D914C is #826EB3. Grayscale: #838383. Windows color (decimal): -8548020 or 5017981. OLE color: 5017981.

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

Color convert

RGB12514576-
CMYK0.1400.480.43
HSL77.39º31.22%43.33%-
HSV(B)77.39º47.59%56.86%-
XYZ19.8925.1310.64-
YUV131.1596.87123.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=36.13%
G=41.91%
B=21.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125145760.1400.480.4377.3931.2243.33
Hex7D914CE0302B4d1f2b
Octal17522111416060531153753
Binary111110110010001100110011100110000101011100110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,145,76); }

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

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

 a { background-color: rgb(125,145,76); }

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

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

 span { border-color: rgb(125,145,76); }

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