#7b913f

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

Shades of Wasabi #7B913F

Tints of Wasabi #7B913F

Color information

#7B913F (or 0x7B913F) is unknown color: approx Wasabi. HEX triplet: 7B, 91 and 3F. RGB value is (123,145,63). Sum of RGB (Red+Green+Blue) = 123+145+63=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #7B913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B913F is #846EC0. Grayscale: #818181. Windows color (decimal): -8679105 or 4166011. OLE color: 4166011.

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

Color convert

RGB12314563-
CMYK0.1500.570.43
HSL76.1º39.42%40.78%-
HSV(B)76.1º56.55%56.86%-
XYZ19.1924.828.48-
YUV129.0790.71123.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 63 (25% from 255) = 19.03%
R=37.16%
G=43.81%
B=19.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123145630.1500.570.4376.139.4240.78
Hex7B913FF0392B4c2729
Octal1732217717071531144751
Binary111101110010001111111111101110011010111001100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b913f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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