#85C79C

Color #85C79C Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #85C79C

Tints of Summer Green #85C79C

Color information

#85C79C (or 0x85C79C) is unknown color: approx Summer Green. HEX triplet: 85, C7 and 9C. RGB value is (133,199,156). Sum of RGB (Red+Green+Blue) = 133+199+156=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #85C79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C79C is #7A3863. Grayscale: #AEAEAE. Windows color (decimal): -8009828 or 10274693. OLE color: 10274693.

HSL color Cylindrical-coordinate representation of color #85C79C: hue angle of 140.91º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C79C is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB133199156-
CMYK0.3300.220.22
HSL140.91º37.08%65.1%-
HSV(B)140.91º33.17%78.04%-
XYZ36.148.2338.86-
YUV174.36117.6398.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 199 (78.12% from 255) = 40.78%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=27.25%
G=40.78%
B=31.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331991560.3300.220.22140.9137.0865.1
Hex85C79C21016168d2541
Octal205307234410262621545101
Binary10000101110001111001110010000101011010110100011011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C79C; }

 p { color: rgb(133,199,156); }

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

<style>
 a { background-color: #85C79C; }

 a { background-color: rgb(133,199,156); }

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

<style>
 span { border-color: #85C79C; }

 span { border-color: rgb(133,199,156); }

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