#7A9540

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

Shades of Sushi #7A9540

Tints of Sushi #7A9540

Color information

#7A9540 (or 0x7A9540) is unknown color: approx Sushi. HEX triplet: 7A, 95 and 40. RGB value is (122,149,64). Sum of RGB (Red+Green+Blue) = 122+149+64=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9540 is #856ABF. Grayscale: #838383. Windows color (decimal): -8743616 or 4232570. OLE color: 4232570.

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

Color convert

RGB12214964-
CMYK0.1800.570.42
HSL79.06º39.91%41.76%-
HSV(B)79.06º57.05%58.43%-
XYZ19.7268.83-
YUV131.2490.05121.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 64 (25.39% from 255) = 19.10%
R=36.42%
G=44.48%
B=19.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149640.1800.570.4279.0639.9141.76
Hex7A9540120392A4f282a
Octal17222510022071521175052
Binary11110101001010110000001001001110011010101001111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,149,64); }

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

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

 a { background-color: rgb(122,149,64); }

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

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

 span { border-color: rgb(122,149,64); }

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