#7A922A

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

Shades of Sushi #7A922A

Tints of Sushi #7A922A

Color information

#7A922A (or 0x7A922A) is unknown color: approx Sushi. HEX triplet: 7A, 92 and 2A. RGB value is (122,146,42). Sum of RGB (Red+Green+Blue) = 122+146+42=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #7A922A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A922A is #856DD5. Grayscale: #7F7F7F. Windows color (decimal): -8744406 or 2790010. OLE color: 2790010.

HSL color Cylindrical-coordinate representation of color #7A922A: hue angle of 73.85º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A922A is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB12214642-
CMYK0.1600.710.43
HSL73.85º55.32%36.86%-
HSV(B)73.85º71.23%57.25%-
XYZ18.7224.866-
YUV126.9780.05124.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=39.35%
G=47.10%
B=13.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122146420.1600.710.4373.8555.3236.86
Hex7A922A100472B4a3725
Octal17222252200107531126745
Binary11110101001001010101010000010001111010111001010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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