#7AAC40

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

Shades of Sushi #7AAC40

Tints of Sushi #7AAC40

Color information

#7AAC40 (or 0x7AAC40) is unknown color: approx Sushi. HEX triplet: 7A, AC and 40. RGB value is (122,172,64). Sum of RGB (Red+Green+Blue) = 122+172+64=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC40 is #8553BF. Grayscale: #919191. Windows color (decimal): -8737728 or 4238458. OLE color: 4238458.

HSL color Cylindrical-coordinate representation of color #7AAC40: hue angle of 87.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7AAC40 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB12217264-
CMYK0.2900.630.33
HSL87.78º45.76%46.27%-
HSV(B)87.78º62.79%67.45%-
XYZ23.734.0110.17-
YUV144.7482.44111.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.08%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=34.08%
G=48.04%
B=17.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122172640.2900.630.3387.7845.7646.27
Hex7AAC401D03F21582e2e
Octal17225410035077411305656
Binary11110101010110010000001110101111111000011011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,172,64); }

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

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

 a { background-color: rgb(122,172,64); }

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

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

 span { border-color: rgb(122,172,64); }

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