#7B913B

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

Shades of Wasabi #7B913B

Tints of Wasabi #7B913B

Color information

#7B913B (or 0x7B913B) is unknown color: approx Wasabi. HEX triplet: 7B, 91 and 3B. RGB value is (123,145,59). Sum of RGB (Red+Green+Blue) = 123+145+59=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #7B913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B913B is #846EC4. Grayscale: #808080. Windows color (decimal): -8679109 or 3903867. OLE color: 3903867.

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

Color convert

RGB12314559-
CMYK0.1500.590.43
HSL75.35º42.16%40%-
HSV(B)75.35º59.31%56.86%-
XYZ19.0824.787.91-
YUV128.6288.71123.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.61%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 59 (23.44% from 255) = 18.04%
R=37.61%
G=44.34%
B=18.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123145590.1500.590.4375.3542.1640
Hex7B913BF03B2B4b2a28
Octal1732217317073531135250
Binary111101110010001111011111101110111010111001011101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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