#7A962F

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

Shades of Sushi #7A962F

Tints of Sushi #7A962F

Color information

#7A962F (or 0x7A962F) is unknown color: approx Sushi. HEX triplet: 7A, 96 and 2F. RGB value is (122,150,47). Sum of RGB (Red+Green+Blue) = 122+150+47=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #7A962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A962F is #8569D0. Grayscale: #828282. Windows color (decimal): -8743377 or 3118714. OLE color: 3118714.

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

Color convert

RGB12215047-
CMYK0.1900.690.41
HSL76.31º52.28%38.63%-
HSV(B)76.31º68.67%58.82%-
XYZ19.4526.166.71-
YUV129.8981.22122.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.24%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 47 (18.75% from 255) = 14.73%
R=38.24%
G=47.02%
B=14.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal122150470.1900.690.4176.3152.2838.63
Hex7A962F13045294c3427
Octal17222657230105511146447
Binary11110101001011010111110011010001011010011001100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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