#7A923D

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

Shades of Wasabi #7A923D

Tints of Wasabi #7A923D

Color information

#7A923D (or 0x7A923D) is unknown color: approx Wasabi. HEX triplet: 7A, 92 and 3D. RGB value is (122,146,61). Sum of RGB (Red+Green+Blue) = 122+146+61=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #7A923D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A923D is #856DC2. Grayscale: #818181. Windows color (decimal): -8744387 or 4035194. OLE color: 4035194.

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

Color convert

RGB12214661-
CMYK0.1600.580.43
HSL76.94º41.06%40.59%-
HSV(B)76.94º58.22%57.25%-
XYZ19.1525.038.24-
YUV129.1389.55122.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=37.08%
G=44.38%
B=18.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122146610.1600.580.4376.9441.0640.59
Hex7A923D1003A2B4d2929
Octal1722227520072531155151
Binary1111010100100101111011000001110101010111001101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,146,61); }

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

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

 a { background-color: rgb(122,146,61); }

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

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

 span { border-color: rgb(122,146,61); }

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