#7A9D21

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

Shades of Sushi #7A9D21

Tints of Sushi #7A9D21

Color information

#7A9D21 (or 0x7A9D21) is unknown color: approx Sushi. HEX triplet: 7A, 9D and 21. RGB value is (122,157,33). Sum of RGB (Red+Green+Blue) = 122+157+33=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #7A9D21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9D21 is #8562DE. Grayscale: #848484. Windows color (decimal): -8741599 or 2203002. OLE color: 2203002.

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

Color convert

RGB12215733-
CMYK0.2200.790.38
HSL76.94º65.26%37.25%-
HSV(B)76.94º78.98%61.57%-
XYZ20.3628.365.84-
YUV132.471.9120.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.10%
GREEN value IS 157 (61.72% from 255) = 50.32%
BLUE value IS 33 (13.28% from 255) = 10.58%
R=39.10%
G=50.32%
B=10.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122157330.2200.790.3876.9465.2637.25
Hex7A9D211604F264d4125
Octal172235412601174611510145
Binary111101010011101100001101100100111110011010011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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