#7B9230

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

Shades of Wasabi #7B9230

Tints of Wasabi #7B9230

Color information

#7B9230 (or 0x7B9230) is unknown color: approx Wasabi. HEX triplet: 7B, 92 and 30. RGB value is (123,146,48). Sum of RGB (Red+Green+Blue) = 123+146+48=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9230 is #846DCF. Grayscale: #808080. Windows color (decimal): -8678864 or 3183227. OLE color: 3183227.

HSL color Cylindrical-coordinate representation of color #7B9230: hue angle of 74.08º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B9230 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB12314648-
CMYK0.1600.670.43
HSL74.08º50.52%38.04%-
HSV(B)74.08º67.12%57.25%-
XYZ18.9824.986.62-
YUV127.9582.88124.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=38.80%
G=46.06%
B=15.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123146480.1600.670.4374.0850.5238.04
Hex7B9230100432B4a3326
Octal17322260200103531126346
Binary11110111001001011000010000010000111010111001010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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