#7B8336

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

Shades of Wasabi #7B8336

Tints of Wasabi #7B8336

Color information

#7B8336 (or 0x7B8336) is unknown color: approx Wasabi. HEX triplet: 7B, 83 and 36. RGB value is (123,131,54). Sum of RGB (Red+Green+Blue) = 123+131+54=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #7B8336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8336 is #847CC9. Grayscale: #787878. Windows color (decimal): -8682698 or 3572603. OLE color: 3572603.

HSL color Cylindrical-coordinate representation of color #7B8336: hue angle of 66.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B8336 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB12313154-
CMYK0.0600.590.49
HSL66.23º41.62%36.27%-
HSV(B)66.23º58.78%51.37%-
XYZ16.9520.716.59-
YUV119.8390.85130.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.94%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=39.94%
G=42.53%
B=17.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123131540.0600.590.4966.2341.6236.27
Hex7B8336603B31422a24
Octal173203666073611025244
Binary11110111000001111011011001110111100011000010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,131,54); }

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

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

 a { background-color: rgb(123,131,54); }

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

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

 span { border-color: rgb(123,131,54); }

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