#6FA28D

Color #6FA28D Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #6FA28D

Tints of Acapulco #6FA28D

Color information

#6FA28D (or 0x6FA28D) is unknown color: approx Acapulco. HEX triplet: 6F, A2 and 8D. RGB value is (111,162,141). Sum of RGB (Red+Green+Blue) = 111+162+141=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA28D is #905D72. Grayscale: #909090. Windows color (decimal): -9461107 or 9282159. OLE color: 9282159.

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

Color convert

RGB111162141-
CMYK0.3100.130.36
HSL155.29º21.52%53.53%-
HSV(B)155.29º31.48%63.53%-
XYZ24.2831.1429.93-
YUV144.36126.1104.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.81%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=26.81%
G=39.13%
B=34.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111621410.3100.130.36155.2921.5253.53
Hex6FA28D1F0D249b1636
Octal15724221537015442332666
Binary1101111101000101000110111111011011001001001101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,141); }

 H1.HeaderClassName
 {
   color: #6FA28D;
 }
 .AnyTagClassName
 {
   color: #6FA28D;
 }
</style>
background-color css

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

 a { background-color: rgb(111,162,141); }

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

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

 span { border-color: rgb(111,162,141); }

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