#7B8F46

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

Shades of Wasabi #7B8F46

Tints of Wasabi #7B8F46

Color information

#7B8F46 (or 0x7B8F46) is unknown color: approx Wasabi. HEX triplet: 7B, 8F and 46. RGB value is (123,143,70). Sum of RGB (Red+Green+Blue) = 123+143+70=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #7B8F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8F46 is #8470B9. Grayscale: #808080. Windows color (decimal): -8679610 or 4624251. OLE color: 4624251.

HSL color Cylindrical-coordinate representation of color #7B8F46: hue angle of 76.44º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B8F46 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB12314370-
CMYK0.1400.510.44
HSL76.44º34.27%41.76%-
HSV(B)76.44º51.05%56.08%-
XYZ19.124.39.48-
YUV128.794.87123.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 143 (56.25% from 255) = 42.56%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=36.61%
G=42.56%
B=20.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123143700.1400.510.4476.4434.2741.76
Hex7B8F46E0332C4c222a
Octal17321710616063541144252
Binary1111011100011111000110111001100111011001001100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,143,70); }

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

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

 a { background-color: rgb(123,143,70); }

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

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

 span { border-color: rgb(123,143,70); }

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