#7A963A

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

Shades of Sushi #7A963A

Tints of Sushi #7A963A

Color information

#7A963A (or 0x7A963A) is unknown color: approx Sushi. HEX triplet: 7A, 96 and 3A. RGB value is (122,150,58). Sum of RGB (Red+Green+Blue) = 122+150+58=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #7A963A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A963A is #8569C5. Grayscale: #838383. Windows color (decimal): -8743366 or 3839610. OLE color: 3839610.

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

Color convert

RGB12215058-
CMYK0.1900.610.41
HSL78.26º44.23%40.78%-
HSV(B)78.26º61.33%58.82%-
XYZ19.726.268.03-
YUV131.1486.72121.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=36.97%
G=45.45%
B=17.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal122150580.1900.610.4178.2644.2340.78
Hex7A963A1303D294e2c29
Octal1722267223075511165451
Binary1111010100101101110101001101111011010011001110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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