#7B8B36

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

Shades of Wasabi #7B8B36

Tints of Wasabi #7B8B36

Color information

#7B8B36 (or 0x7B8B36) is unknown color: approx Wasabi. HEX triplet: 7B, 8B and 36. RGB value is (123,139,54). Sum of RGB (Red+Green+Blue) = 123+139+54=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #7B8B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8B36 is #8474C9. Grayscale: #7C7C7C. Windows color (decimal): -8680650 or 3574651. OLE color: 3574651.

HSL color Cylindrical-coordinate representation of color #7B8B36: hue angle of 71.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B8B36 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB12313954-
CMYK0.1200.610.45
HSL71.29º44.04%37.84%-
HSV(B)71.29º61.15%54.51%-
XYZ18.0722.946.97-
YUV124.5388.2126.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.92%
GREEN value IS 139 (54.69% from 255) = 43.99%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=38.92%
G=43.99%
B=17.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123139540.1200.610.4571.2944.0437.84
Hex7B8B36C03D2D472c26
Octal1732136614075551075446
Binary111101110001011110110110001111011011011000111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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