Html Css Color HEX #7DA395 Acapulco

📋 copy color: '#7DA395'

red 125 ◦ green 163 ◦ blue 149

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

Shades of Acapulco #7DA395

Tints of Acapulco #7DA395

RGB

 RED value IS 125 (49.22% from 255) = 28.6%

 GREEN value IS 163 (64.06% from 255) = 37.3%

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

R = 28.6%
G = 37.3%
B = 34.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#7DA395 (or 0x7DA395) is known color: Acapulco. HEX triplet: 7D, A3 and 95. RGB value is (125,163,149). Sum of RGB (Red+Green+Blue) = 125+163+149=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA395 is #825C6A. Grayscale: #969696. Windows color (decimal): -8543339 or 9806717. OLE color: 9806717.

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

Color convert

RGB 125 163 149 -
CMYK 0.23 0 0.09 0.36
HSL 157.89º 0.17% 0.56% -
HSV(B) 157.89º 0.23% 0.64% -
XYZ 26.98 32.72 33.33 -
YUV 150.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 125 163 149 0.23 0 0.09 0.36 157.89 0.17 0.56
Hex 7D A3 95 17 0 9 24 9E 11 38
Octal 175 243 225 27 0 11 44 236 21 70
Binary 1111101 10100011 10010101 10111 0 1001 100100 10011110 10001 111000

Color Harmonies of #7DA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA395

Black with #7DA395

Text Example


Text Example

White with #7DA395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,163,149); }

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

background-color css

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

 a { background-color: rgb(125,163,149); }

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

border-color css

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

 span { border-color: rgb(125,163,149); }

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