Html Css Color HEX #7AA59B Acapulco

📋 copy color: '#7AA59B'

red 122 ◦ green 165 ◦ blue 155

#7AA59B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #7AA59B

Tints of Acapulco #7AA59B

RGB

 RED value IS 122 (48.05% from 255) = 27.6%

 GREEN value IS 165 (64.84% from 255) = 37.33%

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 27.6%
G = 37.33%
B = 35.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#7AA59B (or 0x7AA59B) is known color: Acapulco. HEX triplet: 7A, A5 and 9B. RGB value is (122,165,155). Sum of RGB (Red+Green+Blue) = 122+165+155=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA59B is #855A64. Grayscale: #979797. Windows color (decimal): -8739429 or 10200442. OLE color: 10200442.

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

Color convert

RGB 122 165 155 -
CMYK 0.26 0 0.06 0.35
HSL 166.05º 0.19% 0.56% -
HSV(B) 166.05º 0.26% 0.65% -
XYZ 27.4 33.41 36.02 -
YUV 151 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 122 165 155 0.26 0 0.06 0.35 166.05 0.19 0.56
Hex 7A A5 9B 1A 0 6 23 A6 13 38
Octal 172 245 233 32 0 6 43 246 23 70
Binary 1111010 10100101 10011011 11010 0 110 100011 10100110 10011 111000

Color Harmonies of #7AA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA59B

Black with #7AA59B

Text Example


Text Example

White with #7AA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AA59B;
 }
 .AnyTagClassName
 {
   color: #7AA59B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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