#709D85

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

Shades of Acapulco #709D85

Tints of Acapulco #709D85

Color information

#709D85 (or 0x709D85) is unknown color: approx Acapulco. HEX triplet: 70, 9D and 85. RGB value is (112,157,133). Sum of RGB (Red+Green+Blue) = 112+157+133=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #709D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709D85 is #8F627A. Grayscale: #8C8C8C. Windows color (decimal): -9396859 or 8756592. OLE color: 8756592.

HSL color Cylindrical-coordinate representation of color #709D85: hue angle of 148º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709D85 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB112157133-
CMYK0.2900.150.38
HSL148º18.67%52.75%-
HSV(B)148º28.66%61.57%-
XYZ22.9729.2526.63-
YUV140.81123.59107.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 157 (61.72% from 255) = 39.05%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=27.86%
G=39.05%
B=33.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121571330.2900.150.3814818.6752.75
Hex709D851D0F26941335
Octal16023520535017462242365
Binary1110000100111011000010111101011111001101001010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709D85; }

 p { color: rgb(112,157,133); }

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

<style>
 a { background-color: #709D85; }

 a { background-color: rgb(112,157,133); }

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

<style>
 span { border-color: #709D85; }

 span { border-color: rgb(112,157,133); }

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