#6FA58A

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

Shades of Acapulco #6FA58A

Tints of Acapulco #6FA58A

Color information

#6FA58A (or 0x6FA58A) is unknown color: approx Acapulco. HEX triplet: 6F, A5 and 8A. RGB value is (111,165,138). Sum of RGB (Red+Green+Blue) = 111+165+138=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA58A is #905A75. Grayscale: #919191. Windows color (decimal): -9460342 or 9086319. OLE color: 9086319.

HSL color Cylindrical-coordinate representation of color #6FA58A: hue angle of 150º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA58A is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB111165138-
CMYK0.3300.160.35
HSL150º23.08%54.12%-
HSV(B)150º32.73%64.71%-
XYZ24.632.1228.95-
YUV145.78123.61103.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.81%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=26.81%
G=39.86%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111651380.3300.160.3515023.0854.12
Hex6FA58A2101023961736
Octal15724521241020432262766
Binary110111110100101100010101000010100001000111001011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,165,138); }

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

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

 a { background-color: rgb(111,165,138); }

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

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

 span { border-color: rgb(111,165,138); }

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