#7A953E

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

Shades of Sushi #7A953E

Tints of Sushi #7A953E

Color information

#7A953E (or 0x7A953E) is unknown color: approx Sushi. HEX triplet: 7A, 95 and 3E. RGB value is (122,149,62). Sum of RGB (Red+Green+Blue) = 122+149+62=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #7A953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A953E is #856AC1. Grayscale: #838383. Windows color (decimal): -8743618 or 4101498. OLE color: 4101498.

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

Color convert

RGB12214962-
CMYK0.1800.580.42
HSL78.62º41.23%41.37%-
HSV(B)78.62º58.39%58.43%-
XYZ19.6425.988.54-
YUV131.0189.05121.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=36.64%
G=44.74%
B=18.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149620.1800.580.4278.6241.2341.37
Hex7A953E1203A2A4f2929
Octal1722257622072521175151
Binary1111010100101011111101001001110101010101001111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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