Html Css Color HEX #7EA296 Acapulco

📋 copy color: '#7EA296'

red 126 ◦ green 162 ◦ blue 150

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

Shades of Acapulco #7EA296

Tints of Acapulco #7EA296

RGB

 RED value IS 126 (49.61% from 255) = 28.77%

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

 BLUE value IS 150 (58.98% from 255) = 34.25%

R = 28.77%
G = 36.99%
B = 34.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#7EA296 (or 0x7EA296) is known color: Acapulco. HEX triplet: 7E, A2 and 96. RGB value is (126,162,150). Sum of RGB (Red+Green+Blue) = 126+162+150=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA296 is #815D69. Grayscale: #959595. Windows color (decimal): -8478058 or 9871998. OLE color: 9871998.

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

Color convert

RGB 126 162 150 -
CMYK 0.22 0 0.07 0.36
HSL 160º 0.16% 0.56% -
HSV(B) 160º 0.22% 0.64% -
XYZ 27.03 32.48 33.7 -
YUV 149.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 126 162 150 0.22 0 0.07 0.36 160 0.16 0.56
Hex 7E A2 96 16 0 7 24 A0 10 38
Octal 176 242 226 26 0 7 44 240 20 70
Binary 1111110 10100010 10010110 10110 0 111 100100 10100000 10000 111000

Color Harmonies of #7EA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA296

Black with #7EA296

Text Example


Text Example

White with #7EA296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,162,150); }

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

background-color css

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

 a { background-color: rgb(126,162,150); }

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

border-color css

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

 span { border-color: rgb(126,162,150); }

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