Html Css Color HEX #7FA697 Acapulco

📋 copy color: '#7FA697'

red 127 ◦ green 166 ◦ blue 151

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

Shades of Acapulco #7FA697

Tints of Acapulco #7FA697

RGB

 RED value IS 127 (50% from 255) = 28.6%

 GREEN value IS 166 (65.23% from 255) = 37.39%

 BLUE value IS 151 (59.38% from 255) = 34.01%

R = 28.6%
G = 37.39%
B = 34.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#7FA697 (or 0x7FA697) is known color: Acapulco. HEX triplet: 7F, A6 and 97. RGB value is (127,166,151). Sum of RGB (Red+Green+Blue) = 127+166+151=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA697 is #805968. Grayscale: #989898. Windows color (decimal): -8411497 or 9938559. OLE color: 9938559.

HSL color Cylindrical-coordinate representation of color #7FA697: hue angle of 156.92º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA697 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 166 151 -
CMYK 0.23 0 0.09 0.35
HSL 156.92º 0.18% 0.57% -
HSV(B) 156.92º 0.23% 0.65% -
XYZ 27.97 34.02 34.37 -
YUV 152.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 127 166 151 0.23 0 0.09 0.35 156.92 0.18 0.57
Hex 7F A6 97 17 0 9 23 9D 12 39
Octal 177 246 227 27 0 11 43 235 22 71
Binary 1111111 10100110 10010111 10111 0 1001 100011 10011101 10010 111001

Color Harmonies of #7FA697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA697

Black with #7FA697

Text Example


Text Example

White with #7FA697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,166,151); }

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

background-color css

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

 a { background-color: rgb(127,166,151); }

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

border-color css

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

 span { border-color: rgb(127,166,151); }

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