#7A9234

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

Shades of Wasabi #7A9234

Tints of Wasabi #7A9234

Color information

#7A9234 (or 0x7A9234) is unknown color: approx Wasabi. HEX triplet: 7A, 92 and 34. RGB value is (122,146,52). Sum of RGB (Red+Green+Blue) = 122+146+52=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9234 is #856DCB. Grayscale: #808080. Windows color (decimal): -8744396 or 3445370. OLE color: 3445370.

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

Color convert

RGB12214652-
CMYK0.1600.640.43
HSL75.32º47.47%38.82%-
HSV(B)75.32º64.38%57.25%-
XYZ18.9224.947.07-
YUV128.1185.05123.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.12%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=38.12%
G=45.62%
B=16.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122146520.1600.640.4375.3247.4738.82
Hex7A9234100402B4b2f27
Octal17222264200100531135747
Binary11110101001001011010010000010000001010111001011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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