#7B8540

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

Shades of Wasabi #7B8540

Tints of Wasabi #7B8540

Color information

#7B8540 (or 0x7B8540) is unknown color: approx Wasabi. HEX triplet: 7B, 85 and 40. RGB value is (123,133,64). Sum of RGB (Red+Green+Blue) = 123+133+64=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8540 is #847ABF. Grayscale: #7A7A7A. Windows color (decimal): -8682176 or 4228475. OLE color: 4228475.

HSL color Cylindrical-coordinate representation of color #7B8540: hue angle of 68.7º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B8540 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB12313364-
CMYK0.0800.520.48
HSL68.7º35.03%38.63%-
HSV(B)68.7º51.88%52.16%-
XYZ17.4821.368.05-
YUV122.1495.19128.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 64 (25.39% from 255) = 20%
R=38.44%
G=41.56%
B=20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123133640.0800.520.4868.735.0338.63
Hex7B8540803430452327
Octal17320510010064601054347
Binary1111011100001011000000100001101001100001000101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,133,64); }

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

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

 a { background-color: rgb(123,133,64); }

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

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

 span { border-color: rgb(123,133,64); }

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