#7A8E36

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

Shades of Wasabi #7A8E36

Tints of Wasabi #7A8E36

Color information

#7A8E36 (or 0x7A8E36) is unknown color: approx Wasabi. HEX triplet: 7A, 8E and 36. RGB value is (122,142,54). Sum of RGB (Red+Green+Blue) = 122+142+54=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8E36 is #8571C9. Grayscale: #7E7E7E. Windows color (decimal): -8745418 or 3575418. OLE color: 3575418.

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

Color convert

RGB12214254-
CMYK0.1400.620.44
HSL73.64º44.9%38.43%-
HSV(B)73.64º61.97%55.69%-
XYZ18.3623.757.11-
YUV125.9987.37125.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=38.36%
G=44.65%
B=16.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122142540.1400.620.4473.6444.938.43
Hex7A8E36E03E2C4a2d26
Octal1722166616076541125546
Binary111101010001110110110111001111101011001001010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,142,54); }

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

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

 a { background-color: rgb(122,142,54); }

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

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

 span { border-color: rgb(122,142,54); }

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