Html Css Color HEX #7FA296 Acapulco

📋 copy color: '#7FA296'

red 127 ◦ green 162 ◦ blue 150

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

Shades of Acapulco #7FA296

Tints of Acapulco #7FA296

RGB

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

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

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

R = 28.93%
G = 36.9%
B = 34.17%

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

#7FA296 (or 0x7FA296) is known color: Acapulco. HEX triplet: 7F, A2 and 96. RGB value is (127,162,150). Sum of RGB (Red+Green+Blue) = 127+162+150=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA296 is #805D69. Grayscale: #969696. Windows color (decimal): -8412522 or 9871999. OLE color: 9871999.

HSL color Cylindrical-coordinate representation of color #7FA296: hue angle of 159.43º 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 #7FA296 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 162 150 -
CMYK 0.22 0 0.07 0.36
HSL 159.43º 0.16% 0.57% -
HSV(B) 159.43º 0.22% 0.64% -
XYZ 27.18 32.55 33.71 -
YUV 150.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 127 162 150 0.22 0 0.07 0.36 159.43 0.16 0.57
Hex 7F A2 96 16 0 7 24 9F 10 39
Octal 177 242 226 26 0 7 44 237 20 71
Binary 1111111 10100010 10010110 10110 0 111 100100 10011111 10000 111001

Color Harmonies of #7FA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA296

Black with #7FA296

Text Example


Text Example

White with #7FA296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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