#7B8E3D

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

Shades of Wasabi #7B8E3D

Tints of Wasabi #7B8E3D

Color information

#7B8E3D (or 0x7B8E3D) is unknown color: approx Wasabi. HEX triplet: 7B, 8E and 3D. RGB value is (123,142,61). Sum of RGB (Red+Green+Blue) = 123+142+61=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #7B8E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8E3D is #8471C2. Grayscale: #7F7F7F. Windows color (decimal): -8679875 or 4034171. OLE color: 4034171.

HSL color Cylindrical-coordinate representation of color #7B8E3D: hue angle of 74.07º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B8E3D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB12314261-
CMYK0.1300.570.44
HSL74.07º39.9%39.8%-
HSV(B)74.07º57.04%55.69%-
XYZ18.6823.898.04-
YUV127.0890.71125.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=37.73%
G=43.56%
B=18.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123142610.1300.570.4474.0739.939.8
Hex7B8E3DD0392C4a2828
Octal1732167515071541125050
Binary111101110001110111101110101110011011001001010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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