#7A962A

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

Shades of Sushi #7A962A

Tints of Sushi #7A962A

Color information

#7A962A (or 0x7A962A) is unknown color: approx Sushi. HEX triplet: 7A, 96 and 2A. RGB value is (122,150,42). Sum of RGB (Red+Green+Blue) = 122+150+42=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #7A962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A962A is #8569D5. Grayscale: #818181. Windows color (decimal): -8743382 or 2791034. OLE color: 2791034.

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

Color convert

RGB12215042-
CMYK0.1900.720.41
HSL75.56º56.25%37.65%-
HSV(B)75.56º72%58.82%-
XYZ19.3526.126.21-
YUV129.3278.72122.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=38.85%
G=47.77%
B=13.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal122150420.1900.720.4175.5656.2537.65
Hex7A962A13048294c3826
Octal17222652230110511147046
Binary11110101001011010101010011010010001010011001100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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