Html Css Color HEX #6DA485 Acapulco

📋 copy color: '#6DA485'

red 109 ◦ green 164 ◦ blue 133

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

Shades of Acapulco #6DA485

Tints of Acapulco #6DA485

RGB

 RED value IS 109 (42.97% from 255) = 26.85%

 GREEN value IS 164 (64.45% from 255) = 40.39%

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 26.85%
G = 40.39%
B = 32.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#6DA485 (or 0x6DA485) is known color: Acapulco. HEX triplet: 6D, A4 and 85. RGB value is (109,164,133). Sum of RGB (Red+Green+Blue) = 109+164+133=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA485 is #925B7A. Grayscale: #909090. Windows color (decimal): -9591675 or 8758381. OLE color: 8758381.

HSL color Cylindrical-coordinate representation of color #6DA485: hue angle of 146.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA485 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 164 133 -
CMYK 0.34 0 0.19 0.36
HSL 146.18º 0.23% 0.54% -
HSV(B) 146.18º 0.34% 0.64% -
XYZ 23.82 31.5 27.01 -
YUV 144.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 109 164 133 0.34 0 0.19 0.36 146.18 0.23 0.54
Hex 6D A4 85 22 0 13 24 92 17 36
Octal 155 244 205 42 0 23 44 222 27 66
Binary 1101101 10100100 10000101 100010 0 10011 100100 10010010 10111 110110

Color Harmonies of #6DA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA485

Black with #6DA485

Text Example


Text Example

White with #6DA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DA485; }

 p { color: rgb(109,164,133); }

 H1.HeaderClassName
 {
   color: #6DA485;
 }
 .AnyTagClassName
 {
   color: #6DA485;
 }
</style>

background-color css

<style>
 a { background-color: #6DA485; }

 a { background-color: rgb(109,164,133); }

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

border-color css

<style>
 span { border-color: #6DA485; }

 span { border-color: rgb(109,164,133); }

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