#7A9236

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

Shades of Wasabi #7A9236

Tints of Wasabi #7A9236

Color information

#7A9236 (or 0x7A9236) is unknown color: approx Wasabi. HEX triplet: 7A, 92 and 36. RGB value is (122,146,54). Sum of RGB (Red+Green+Blue) = 122+146+54=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9236 is #856DC9. Grayscale: #808080. Windows color (decimal): -8744394 or 3576442. OLE color: 3576442.

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

Color convert

RGB12214654-
CMYK0.1600.630.43
HSL75.65º46%39.22%-
HSV(B)75.65º63.01%57.25%-
XYZ18.9724.967.31-
YUV128.3486.05123.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.89%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 54 (21.48% from 255) = 16.77%
R=37.89%
G=45.34%
B=16.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122146540.1600.630.4375.654639.22
Hex7A92361003F2B4c2e27
Octal1722226620077531145647
Binary1111010100100101101101000001111111010111001100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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