#7AA59F

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

Shades of Gulf Stream #7AA59F

Tints of Gulf Stream #7AA59F

Color information

#7AA59F (or 0x7AA59F) is unknown color: approx Gulf Stream. HEX triplet: 7A, A5 and 9F. RGB value is (122,165,159). Sum of RGB (Red+Green+Blue) = 122+165+159=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA59F is #855A60. Grayscale: #979797. Windows color (decimal): -8739425 or 10462586. OLE color: 10462586.

HSL color Cylindrical-coordinate representation of color #7AA59F: hue angle of 171.63º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA59F is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB122165159-
CMYK0.2600.040.35
HSL171.63º19.28%56.27%-
HSV(B)171.63º26.06%64.71%-
XYZ27.7433.5537.81-
YUV151.46132.25106.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.35%
GREEN value IS 165 (64.84% from 255) = 37.00%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=27.35%
G=37.00%
B=35.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221651590.2600.040.35171.6319.2856.27
Hex7AA59F1A0423ac1338
Octal1722452373204432542370
Binary111101010100101100111111101001001000111010110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,165,159); }

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

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

 a { background-color: rgb(122,165,159); }

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

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

 span { border-color: rgb(122,165,159); }

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