#7D8535

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

Shades of Wasabi #7D8535

Tints of Wasabi #7D8535

Color information

#7D8535 (or 0x7D8535) is unknown color: approx Wasabi. HEX triplet: 7D, 85 and 35. RGB value is (125,133,53). Sum of RGB (Red+Green+Blue) = 125+133+53=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8535 is #827ACA. Grayscale: #797979. Windows color (decimal): -8551115 or 3507581. OLE color: 3507581.

HSL color Cylindrical-coordinate representation of color #7D8535: hue angle of 66º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D8535 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB12513353-
CMYK0.0600.600.48
HSL66º43.01%36.47%-
HSV(B)66º60.15%52.16%-
XYZ17.4921.396.58-
YUV121.4989.35130.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.19%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=40.19%
G=42.77%
B=17.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125133530.0600.600.486643.0136.47
Hex7D8535603C30422b24
Octal175205656074601025344
Binary11111011000010111010111001111001100001000010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,133,53); }

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

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

 a { background-color: rgb(125,133,53); }

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

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

 span { border-color: rgb(125,133,53); }

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