#7B8D31

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

Shades of Wasabi #7B8D31

Tints of Wasabi #7B8D31

Color information

#7B8D31 (or 0x7B8D31) is unknown color: approx Wasabi. HEX triplet: 7B, 8D and 31. RGB value is (123,141,49). Sum of RGB (Red+Green+Blue) = 123+141+49=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #7B8D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8D31 is #8472CE. Grayscale: #7D7D7D. Windows color (decimal): -8680143 or 3247483. OLE color: 3247483.

HSL color Cylindrical-coordinate representation of color #7B8D31: hue angle of 71.74º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B8D31 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB12314149-
CMYK0.1300.650.45
HSL71.74º48.42%37.25%-
HSV(B)71.74º65.25%55.29%-
XYZ18.2523.486.48-
YUV125.1385.04126.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.30%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=39.30%
G=45.05%
B=15.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123141490.1300.650.4571.7448.4237.25
Hex7B8D31D0412D483025
Octal17321561150101551106045
Binary1111011100011011100011101010000011011011001000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,141,49); }

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

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

 a { background-color: rgb(123,141,49); }

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

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

 span { border-color: rgb(123,141,49); }

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