Html Css Color HEX #7FA290 Acapulco

📋 copy color: '#7FA290'

red 127 ◦ green 162 ◦ blue 144

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

Shades of Acapulco #7FA290

Tints of Acapulco #7FA290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 29.33%
G = 37.41%
B = 33.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#7FA290 (or 0x7FA290) is known color: Acapulco. HEX triplet: 7F, A2 and 90. RGB value is (127,162,144). Sum of RGB (Red+Green+Blue) = 127+162+144=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA290 is #805D6F. Grayscale: #959595. Windows color (decimal): -8412528 or 9478783. OLE color: 9478783.

HSL color Cylindrical-coordinate representation of color #7FA290: hue angle of 149.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7FA290 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 144 -
CMYK 0.22 0 0.11 0.36
HSL 149.14º 0.16% 0.57% -
HSV(B) 149.14º 0.22% 0.64% -
XYZ 26.71 32.37 31.23 -
YUV 149.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 127 162 144 0.22 0 0.11 0.36 149.14 0.16 0.57
Hex 7F A2 90 16 0 B 24 95 10 39
Octal 177 242 220 26 0 13 44 225 20 71
Binary 1111111 10100010 10010000 10110 0 1011 100100 10010101 10000 111001

Color Harmonies of #7FA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA290

Black with #7FA290

Text Example


Text Example

White with #7FA290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,162,144); }

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

background-color css

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

 a { background-color: rgb(127,162,144); }

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

border-color css

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

 span { border-color: rgb(127,162,144); }

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