#7A9C21

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

Shades of Sushi #7A9C21

Tints of Sushi #7A9C21

Color information

#7A9C21 (or 0x7A9C21) is unknown color: approx Sushi. HEX triplet: 7A, 9C and 21. RGB value is (122,156,33). Sum of RGB (Red+Green+Blue) = 122+156+33=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9C21 is #8563DE. Grayscale: #848484. Windows color (decimal): -8741855 or 2202746. OLE color: 2202746.

HSL color Cylindrical-coordinate representation of color #7A9C21: hue angle of 76.59º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A9C21 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB12215633-
CMYK0.2200.790.39
HSL76.59º65.08%37.06%-
HSV(B)76.59º78.85%61.18%-
XYZ20.1928.025.78-
YUV131.8172.24121-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 156 (61.33% from 255) = 50.16%
BLUE value IS 33 (13.28% from 255) = 10.61%
R=39.23%
G=50.16%
B=10.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122156330.2200.790.3976.5965.0837.06
Hex7A9C211604F274d4125
Octal172234412601174711510145
Binary111101010011100100001101100100111110011110011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,156,33); }

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

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

 a { background-color: rgb(122,156,33); }

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

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

 span { border-color: rgb(122,156,33); }

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