#7AA93F

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

Shades of Sushi #7AA93F

Tints of Sushi #7AA93F

Color information

#7AA93F (or 0x7AA93F) is unknown color: approx Sushi. HEX triplet: 7A, A9 and 3F. RGB value is (122,169,63). Sum of RGB (Red+Green+Blue) = 122+169+63=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA93F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA93F is #8556C0. Grayscale: #8F8F8F. Windows color (decimal): -8738497 or 4172154. OLE color: 4172154.

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

Color convert

RGB12216963-
CMYK0.2800.630.34
HSL86.6º45.69%45.49%-
HSV(B)86.6º62.72%66.27%-
XYZ23.1132.879.83-
YUV142.8682.93113.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.46%
GREEN value IS 169 (66.41% from 255) = 47.74%
BLUE value IS 63 (25% from 255) = 17.80%
R=34.46%
G=47.74%
B=17.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122169630.2800.630.3486.645.6945.49
Hex7AA93F1C03F22572e2d
Octal1722517734077421275655
Binary1111010101010011111111110001111111000101010111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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