#7D893A

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

Shades of Wasabi #7D893A

Tints of Wasabi #7D893A

Color information

#7D893A (or 0x7D893A) is unknown color: approx Wasabi. HEX triplet: 7D, 89 and 3A. RGB value is (125,137,58). Sum of RGB (Red+Green+Blue) = 125+137+58=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #7D893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D893A is #8276C5. Grayscale: #7C7C7C. Windows color (decimal): -8550086 or 3836285. OLE color: 3836285.

HSL color Cylindrical-coordinate representation of color #7D893A: hue angle of 69.11º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D893A is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB12513758-
CMYK0.0900.580.46
HSL69.11º40.51%38.24%-
HSV(B)69.11º57.66%53.73%-
XYZ18.1722.567.4-
YUV124.4190.52128.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.06%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=39.06%
G=42.81%
B=18.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125137580.0900.580.4669.1140.5138.24
Hex7D893A903A2E452926
Octal1752117211072561055146
Binary111110110001001111010100101110101011101000101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,58); }

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

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

 a { background-color: rgb(125,137,58); }

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

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

 span { border-color: rgb(125,137,58); }

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