#7B9138

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

Shades of Wasabi #7B9138

Tints of Wasabi #7B9138

Color information

#7B9138 (or 0x7B9138) is unknown color: approx Wasabi. HEX triplet: 7B, 91 and 38. RGB value is (123,145,56). Sum of RGB (Red+Green+Blue) = 123+145+56=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9138 is #846EC7. Grayscale: #808080. Windows color (decimal): -8679112 or 3707259. OLE color: 3707259.

HSL color Cylindrical-coordinate representation of color #7B9138: hue angle of 74.83º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B9138 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB12314556-
CMYK0.1500.610.43
HSL74.83º44.28%39.41%-
HSV(B)74.83º61.38%56.86%-
XYZ19.0124.757.52-
YUV128.2887.21124.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.96%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=37.96%
G=44.75%
B=17.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123145560.1500.610.4374.8344.2839.41
Hex7B9138F03D2B4b2c27
Octal1732217017075531135447
Binary111101110010001111000111101111011010111001011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,145,56); }

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

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

 a { background-color: rgb(123,145,56); }

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

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

 span { border-color: rgb(123,145,56); }

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