Html Css Color HEX #7FA195 Acapulco

📋 copy color: '#7FA195'

red 127 ◦ green 161 ◦ blue 149

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

Shades of Acapulco #7FA195

Tints of Acapulco #7FA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

 BLUE value IS 149 (58.59% from 255) = 34.1%

R = 29.06%
G = 36.84%
B = 34.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#7FA195 (or 0x7FA195) is known color: Acapulco. HEX triplet: 7F, A1 and 95. RGB value is (127,161,149). Sum of RGB (Red+Green+Blue) = 127+161+149=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA195 is #805E6A. Grayscale: #959595. Windows color (decimal): -8412779 or 9806207. OLE color: 9806207.

HSL color Cylindrical-coordinate representation of color #7FA195: hue angle of 158.82º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7FA195 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 161 149 -
CMYK 0.21 0 0.07 0.37
HSL 158.82º 0.15% 0.56% -
HSV(B) 158.82º 0.21% 0.63% -
XYZ 26.92 32.17 33.22 -
YUV 149.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 127 161 149 0.21 0 0.07 0.37 158.82 0.15 0.56
Hex 7F A1 95 15 0 7 25 9F F 38
Octal 177 241 225 25 0 7 45 237 17 70
Binary 1111111 10100001 10010101 10101 0 111 100101 10011111 1111 111000

Color Harmonies of #7FA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA195

Black with #7FA195

Text Example


Text Example

White with #7FA195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,161,149); }

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

background-color css

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

 a { background-color: rgb(127,161,149); }

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

border-color css

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

 span { border-color: rgb(127,161,149); }

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