#7B9134

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

Shades of Wasabi #7B9134

Tints of Wasabi #7B9134

Color information

#7B9134 (or 0x7B9134) is unknown color: approx Wasabi. HEX triplet: 7B, 91 and 34. RGB value is (123,145,52). Sum of RGB (Red+Green+Blue) = 123+145+52=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9134 is #846ECB. Grayscale: #808080. Windows color (decimal): -8679116 or 3445115. OLE color: 3445115.

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

Color convert

RGB12314552-
CMYK0.1500.640.43
HSL74.19º47.21%38.63%-
HSV(B)74.19º64.14%56.86%-
XYZ18.9124.717.02-
YUV127.8285.21124.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=38.44%
G=45.31%
B=16.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123145520.1500.640.4374.1947.2138.63
Hex7B9134F0402B4a2f27
Octal17322164170100531125747
Binary1111011100100011101001111010000001010111001010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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