#7B912C

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

Shades of Wasabi #7B912C

Tints of Wasabi #7B912C

Color information

#7B912C (or 0x7B912C) is unknown color: approx Wasabi. HEX triplet: 7B, 91 and 2C. RGB value is (123,145,44). Sum of RGB (Red+Green+Blue) = 123+145+44=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #7B912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B912C is #846ED3. Grayscale: #7F7F7F. Windows color (decimal): -8679124 or 2920827. OLE color: 2920827.

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

Color convert

RGB12314544-
CMYK0.1500.700.43
HSL73.07º53.44%37.06%-
HSV(B)73.07º69.66%56.86%-
XYZ18.7524.646.15-
YUV126.9181.21125.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.42%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 44 (17.58% from 255) = 14.10%
R=39.42%
G=46.47%
B=14.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123145440.1500.700.4373.0753.4437.06
Hex7B912CF0462B493525
Octal17322154170106531116545
Binary1111011100100011011001111010001101010111001001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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