#7AA59D

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

Shades of Gulf Stream #7AA59D

Tints of Gulf Stream #7AA59D

Color information

#7AA59D (or 0x7AA59D) is unknown color: approx Gulf Stream. HEX triplet: 7A, A5 and 9D. RGB value is (122,165,157). Sum of RGB (Red+Green+Blue) = 122+165+157=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA59D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA59D is #855A62. Grayscale: #979797. Windows color (decimal): -8739427 or 10331514. OLE color: 10331514.

HSL color Cylindrical-coordinate representation of color #7AA59D: hue angle of 168.84º 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 #7AA59D is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB122165157-
CMYK0.2600.050.35
HSL168.84º19.28%56.27%-
HSV(B)168.84º26.06%64.71%-
XYZ27.5733.4836.91-
YUV151.23131.25107.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.48%
GREEN value IS 165 (64.84% from 255) = 37.16%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=27.48%
G=37.16%
B=35.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221651570.2600.050.35168.8419.2856.27
Hex7AA59D1A0523a91338
Octal1722452353205432512370
Binary111101010100101100111011101001011000111010100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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