#85C79A

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

Shades of Summer Green #85C79A

Tints of Summer Green #85C79A

Color information

#85C79A (or 0x85C79A) is unknown color: approx Summer Green. HEX triplet: 85, C7 and 9A. RGB value is (133,199,154). Sum of RGB (Red+Green+Blue) = 133+199+154=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #85C79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C79A is #7A3865. Grayscale: #AEAEAE. Windows color (decimal): -8009830 or 10143621. OLE color: 10143621.

HSL color Cylindrical-coordinate representation of color #85C79A: hue angle of 139.09º 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 #85C79A is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB133199154-
CMYK0.3300.230.22
HSL139.09º37.08%65.1%-
HSV(B)139.09º33.17%78.04%-
XYZ35.9348.1737.98-
YUV174.14116.6398.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 199 (78.12% from 255) = 40.95%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=27.37%
G=40.95%
B=31.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331991540.3300.230.22139.0937.0865.1
Hex85C79A21017168b2541
Octal205307232410272621345101
Binary10000101110001111001101010000101011110110100010111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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