#6BA68F

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

Shades of Acapulco #6BA68F

Tints of Acapulco #6BA68F

Color information

#6BA68F (or 0x6BA68F) is unknown color: approx Acapulco. HEX triplet: 6B, A6 and 8F. RGB value is (107,166,143). Sum of RGB (Red+Green+Blue) = 107+166+143=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA68F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA68F is #945970. Grayscale: #919191. Windows color (decimal): -9722225 or 9414251. OLE color: 9414251.

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

Color convert

RGB107166143-
CMYK0.3600.140.35
HSL156.61º24.89%53.53%-
HSV(B)156.61º35.54%65.1%-
XYZ24.6632.3830.94-
YUV145.74126.45100.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.72%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=25.72%
G=39.90%
B=34.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1071661430.3600.140.35156.6124.8953.53
Hex6BA68F240E239d1936
Octal15324621744016432353166
Binary11010111010011010001111100100011101000111001110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,166,143); }

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

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

 a { background-color: rgb(107,166,143); }

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

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

 span { border-color: rgb(107,166,143); }

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