#7B8238

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

Shades of Wasabi #7B8238

Tints of Wasabi #7B8238

Color information

#7B8238 (or 0x7B8238) is unknown color: approx Wasabi. HEX triplet: 7B, 82 and 38. RGB value is (123,130,56). Sum of RGB (Red+Green+Blue) = 123+130+56=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #7B8238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8238 is #847DC7. Grayscale: #777777. Windows color (decimal): -8682952 or 3703419. OLE color: 3703419.

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

Color convert

RGB12313056-
CMYK0.0500.570.49
HSL65.68º39.78%36.47%-
HSV(B)65.68º56.92%50.98%-
XYZ16.8620.466.8-
YUV119.4792.18130.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.81%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=39.81%
G=42.07%
B=18.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123130560.0500.570.4965.6839.7836.47
Hex7B8238503931422824
Octal173202705071611025044
Binary11110111000001011100010101110011100011000010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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