#7B953D

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

Shades of Wasabi #7B953D

Tints of Wasabi #7B953D

Color information

#7B953D (or 0x7B953D) is unknown color: approx Wasabi. HEX triplet: 7B, 95 and 3D. RGB value is (123,149,61). Sum of RGB (Red+Green+Blue) = 123+149+61=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #7B953D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B953D is #846AC2. Grayscale: #838383. Windows color (decimal): -8678083 or 4035963. OLE color: 4035963.

HSL color Cylindrical-coordinate representation of color #7B953D: hue angle of 77.73º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B953D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB12314961-
CMYK0.1700.590.42
HSL77.73º41.9%41.18%-
HSV(B)77.73º59.06%58.43%-
XYZ19.7626.048.4-
YUV131.1988.39122.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.94%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=36.94%
G=44.74%
B=18.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123149610.1700.590.4277.7341.941.18
Hex7B953D1103B2A4e2a29
Octal1732257521073521165251
Binary1111011100101011111011000101110111010101001110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,149,61); }

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

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

 a { background-color: rgb(123,149,61); }

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

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

 span { border-color: rgb(123,149,61); }

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