#7D8831

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

Shades of Wasabi #7D8831

Tints of Wasabi #7D8831

Color information

#7D8831 (or 0x7D8831) is unknown color: approx Wasabi. HEX triplet: 7D, 88 and 31. RGB value is (125,136,49). Sum of RGB (Red+Green+Blue) = 125+136+49=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8831 is #8277CE. Grayscale: #7B7B7B. Windows color (decimal): -8550351 or 3246205. OLE color: 3246205.

HSL color Cylindrical-coordinate representation of color #7D8831: hue angle of 67.59º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D8831 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB12513649-
CMYK0.0800.640.47
HSL67.59º47.03%36.27%-
HSV(B)67.59º63.97%53.33%-
XYZ17.8222.196.25-
YUV122.7986.36129.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.32%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=40.32%
G=43.87%
B=15.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125136490.0800.640.4767.5947.0336.27
Hex7D883180402F442f24
Octal17521061100100571045744
Binary1111101100010001100011000010000001011111000100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,136,49); }

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

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

 a { background-color: rgb(125,136,49); }

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

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

 span { border-color: rgb(125,136,49); }

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