#7B8B30

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

Shades of Wasabi #7B8B30

Tints of Wasabi #7B8B30

Color information

#7B8B30 (or 0x7B8B30) is unknown color: approx Wasabi. HEX triplet: 7B, 8B and 30. RGB value is (123,139,48). Sum of RGB (Red+Green+Blue) = 123+139+48=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #7B8B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8B30 is #8474CF. Grayscale: #7C7C7C. Windows color (decimal): -8680656 or 3181435. OLE color: 3181435.

HSL color Cylindrical-coordinate representation of color #7B8B30: hue angle of 70.55º degrees, saturation: 0.49, 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 #7B8B30 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB12313948-
CMYK0.1200.650.45
HSL70.55º48.66%36.67%-
HSV(B)70.55º65.47%54.51%-
XYZ17.9322.896.27-
YUV123.8485.2127.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.68%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=39.68%
G=44.84%
B=15.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123139480.1200.650.4570.5548.6636.67
Hex7B8B30C0412D473125
Octal17321360140101551076145
Binary1111011100010111100001100010000011011011000111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,139,48); }

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

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

 a { background-color: rgb(123,139,48); }

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

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

 span { border-color: rgb(123,139,48); }

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