#7AAD31

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

Shades of Sushi #7AAD31

Tints of Sushi #7AAD31

Color information

#7AAD31 (or 0x7AAD31) is unknown color: approx Sushi. HEX triplet: 7A, AD and 31. RGB value is (122,173,49). Sum of RGB (Red+Green+Blue) = 122+173+49=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAD31 is #8552CE. Grayscale: #909090. Windows color (decimal): -8737487 or 3255674. OLE color: 3255674.

HSL color Cylindrical-coordinate representation of color #7AAD31: hue angle of 84.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AAD31 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB12217349-
CMYK0.2900.720.32
HSL84.68º55.86%43.53%-
HSV(B)84.68º71.68%67.84%-
XYZ23.5234.258.28-
YUV143.6274.6112.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.47%
GREEN value IS 173 (67.97% from 255) = 50.29%
BLUE value IS 49 (19.53% from 255) = 14.24%
R=35.47%
G=50.29%
B=14.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122173490.2900.720.3284.6855.8643.53
Hex7AAD311D0482055382c
Octal17225561350110401257054
Binary11110101010110111000111101010010001000001010101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,173,49); }

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

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

 a { background-color: rgb(122,173,49); }

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

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

 span { border-color: rgb(122,173,49); }

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