#7B912D

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

Shades of Wasabi #7B912D

Tints of Wasabi #7B912D

Color information

#7B912D (or 0x7B912D) is unknown color: approx Wasabi. HEX triplet: 7B, 91 and 2D. RGB value is (123,145,45). Sum of RGB (Red+Green+Blue) = 123+145+45=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #7B912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B912D is #846ED2. Grayscale: #7F7F7F. Windows color (decimal): -8679123 or 2986363. OLE color: 2986363.

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

Color convert

RGB12314545-
CMYK0.1500.690.43
HSL73.2º52.63%37.25%-
HSV(B)73.2º68.97%56.86%-
XYZ18.7724.656.25-
YUV127.0281.71125.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.30%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=39.30%
G=46.33%
B=14.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123145450.1500.690.4373.252.6337.25
Hex7B912DF0452B493525
Octal17322155170105531116545
Binary1111011100100011011011111010001011010111001001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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