#7AAD3B

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

Shades of Sushi #7AAD3B

Tints of Sushi #7AAD3B

Color information

#7AAD3B (or 0x7AAD3B) is unknown color: approx Sushi. HEX triplet: 7A, AD and 3B. RGB value is (122,173,59). Sum of RGB (Red+Green+Blue) = 122+173+59=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAD3B is #8552C4. Grayscale: #919191. Windows color (decimal): -8737477 or 3911034. OLE color: 3911034.

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

Color convert

RGB12217359-
CMYK0.2900.660.32
HSL86.84º49.14%45.49%-
HSV(B)86.84º65.9%67.84%-
XYZ23.7634.349.51-
YUV144.7679.6111.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.46%
GREEN value IS 173 (67.97% from 255) = 48.87%
BLUE value IS 59 (23.44% from 255) = 16.67%
R=34.46%
G=48.87%
B=16.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122173590.2900.660.3286.8449.1445.49
Hex7AAD3B1D0422057312d
Octal17225573350102401276155
Binary11110101010110111101111101010000101000001010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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