#7A963E

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

Shades of Sushi #7A963E

Tints of Sushi #7A963E

Color information

#7A963E (or 0x7A963E) is unknown color: approx Sushi. HEX triplet: 7A, 96 and 3E. RGB value is (122,150,62). Sum of RGB (Red+Green+Blue) = 122+150+62=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #7A963E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A963E is #8569C1. Grayscale: #838383. Windows color (decimal): -8743362 or 4101754. OLE color: 4101754.

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

Color convert

RGB12215062-
CMYK0.1900.590.41
HSL79.09º41.51%41.57%-
HSV(B)79.09º58.67%58.82%-
XYZ19.826.38.59-
YUV131.688.72121.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.53%
GREEN value IS 150 (58.98% from 255) = 44.91%
BLUE value IS 62 (24.61% from 255) = 18.56%
R=36.53%
G=44.91%
B=18.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal122150620.1900.590.4179.0941.5141.57
Hex7A963E1303B294f2a2a
Octal1722267623073511175252
Binary1111010100101101111101001101110111010011001111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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