#7A963F

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

Shades of Sushi #7A963F

Tints of Sushi #7A963F

Color information

#7A963F (or 0x7A963F) is unknown color: approx Sushi. HEX triplet: 7A, 96 and 3F. RGB value is (122,150,63). Sum of RGB (Red+Green+Blue) = 122+150+63=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #7A963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A963F is #8569C0. Grayscale: #848484. Windows color (decimal): -8743361 or 4167290. OLE color: 4167290.

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

Color convert

RGB12215063-
CMYK0.1900.580.41
HSL79.31º40.85%41.76%-
HSV(B)79.31º58%58.82%-
XYZ19.8326.318.74-
YUV131.7189.22121.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 63 (25% from 255) = 18.81%
R=36.42%
G=44.78%
B=18.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal122150630.1900.580.4179.3140.8541.76
Hex7A963F1303A294f292a
Octal1722267723072511175152
Binary1111010100101101111111001101110101010011001111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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