#7D9534

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

Shades of Wasabi #7D9534

Tints of Wasabi #7D9534

Color information

#7D9534 (or 0x7D9534) is unknown color: approx Wasabi. HEX triplet: 7D, 95 and 34. RGB value is (125,149,52). Sum of RGB (Red+Green+Blue) = 125+149+52=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9534 is #826ACB. Grayscale: #838383. Windows color (decimal): -8547020 or 3446141. OLE color: 3446141.

HSL color Cylindrical-coordinate representation of color #7D9534: hue angle of 74.85º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D9534 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB12514952-
CMYK0.1600.650.42
HSL74.85º48.26%39.41%-
HSV(B)74.85º65.1%58.43%-
XYZ19.8226.17.24-
YUV130.7783.55123.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.34%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 52 (20.70% from 255) = 15.95%
R=38.34%
G=45.71%
B=15.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125149520.1600.650.4274.8548.2639.41
Hex7D9534100412A4b3027
Octal17522564200101521136047
Binary11111011001010111010010000010000011010101001011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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