#7A9033

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

Shades of Wasabi #7A9033

Tints of Wasabi #7A9033

Color information

#7A9033 (or 0x7A9033) is unknown color: approx Wasabi. HEX triplet: 7A, 90 and 33. RGB value is (122,144,51). Sum of RGB (Red+Green+Blue) = 122+144+51=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9033 is #856FCC. Grayscale: #7F7F7F. Windows color (decimal): -8744909 or 3379322. OLE color: 3379322.

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

Color convert

RGB12214451-
CMYK0.1500.650.44
HSL74.19º47.69%38.24%-
HSV(B)74.19º64.58%56.47%-
XYZ18.624.326.85-
YUV126.8285.21124.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=38.49%
G=45.43%
B=16.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122144510.1500.650.4474.1947.6938.24
Hex7A9033F0412C4a3026
Octal17222063170101541126046
Binary1111010100100001100111111010000011011001001010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,144,51); }

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

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

 a { background-color: rgb(122,144,51); }

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

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

 span { border-color: rgb(122,144,51); }

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