#7D8C31

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

Shades of Wasabi #7D8C31

Tints of Wasabi #7D8C31

Color information

#7D8C31 (or 0x7D8C31) is unknown color: approx Wasabi. HEX triplet: 7D, 8C and 31. RGB value is (125,140,49). Sum of RGB (Red+Green+Blue) = 125+140+49=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8C31 is #8273CE. Grayscale: #7D7D7D. Windows color (decimal): -8549327 or 3247229. OLE color: 3247229.

HSL color Cylindrical-coordinate representation of color #7D8C31: hue angle of 69.89º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D8C31 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB12514049-
CMYK0.1100.650.45
HSL69.89º48.15%37.06%-
HSV(B)69.89º65%54.9%-
XYZ18.3923.346.44-
YUV125.1485.03127.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.81%
GREEN value IS 140 (55.08% from 255) = 44.59%
BLUE value IS 49 (19.53% from 255) = 15.61%
R=39.81%
G=44.59%
B=15.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125140490.1100.650.4569.8948.1537.06
Hex7D8C31B0412D463025
Octal17521461130101551066045
Binary1111101100011001100011011010000011011011000110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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