#7AA93A

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

Shades of Sushi #7AA93A

Tints of Sushi #7AA93A

Color information

#7AA93A (or 0x7AA93A) is unknown color: approx Sushi. HEX triplet: 7A, A9 and 3A. RGB value is (122,169,58). Sum of RGB (Red+Green+Blue) = 122+169+58=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA93A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA93A is #8556C5. Grayscale: #8E8E8E. Windows color (decimal): -8738502 or 3844474. OLE color: 3844474.

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

Color convert

RGB12216958-
CMYK0.2800.660.34
HSL85.41º48.9%44.51%-
HSV(B)85.41º65.68%66.27%-
XYZ22.9832.829.13-
YUV142.2980.43113.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 169 (66.41% from 255) = 48.42%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=34.96%
G=48.42%
B=16.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122169580.2800.660.3485.4148.944.51
Hex7AA93A1C0422255312d
Octal17225172340102421256155
Binary11110101010100111101011100010000101000101010101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,169,58); }

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

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

 a { background-color: rgb(122,169,58); }

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

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

 span { border-color: rgb(122,169,58); }

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