#7A933F

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

Shades of Wasabi #7A933F

Tints of Wasabi #7A933F

Color information

#7A933F (or 0x7A933F) is unknown color: approx Wasabi. HEX triplet: 7A, 93 and 3F. RGB value is (122,147,63). Sum of RGB (Red+Green+Blue) = 122+147+63=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #7A933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A933F is #856CC0. Grayscale: #828282. Windows color (decimal): -8744129 or 4166522. OLE color: 4166522.

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

Color convert

RGB12214763-
CMYK0.1700.570.42
HSL77.86º40%41.18%-
HSV(B)77.86º57.14%57.65%-
XYZ19.3625.368.58-
YUV129.9590.22122.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 63 (25% from 255) = 18.98%
R=36.75%
G=44.28%
B=18.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122147630.1700.570.4277.864041.18
Hex7A933F110392A4e2829
Octal1722237721071521165051
Binary1111010100100111111111000101110011010101001110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,147,63); }

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

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

 a { background-color: rgb(122,147,63); }

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

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

 span { border-color: rgb(122,147,63); }

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