#85C69B

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

Shades of Summer Green #85C69B

Tints of Summer Green #85C69B

Color information

#85C69B (or 0x85C69B) is unknown color: approx Summer Green. HEX triplet: 85, C6 and 9B. RGB value is (133,198,155). Sum of RGB (Red+Green+Blue) = 133+198+155=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #85C69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C69B is #7A3964. Grayscale: #ADADAD. Windows color (decimal): -8010085 or 10208901. OLE color: 10208901.

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

Color convert

RGB133198155-
CMYK0.3300.220.22
HSL140.31º36.31%64.9%-
HSV(B)140.31º32.83%77.65%-
XYZ35.7847.7438.34-
YUV173.66117.4799-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 198 (77.73% from 255) = 40.74%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=27.37%
G=40.74%
B=31.89%

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
Decimal1331981550.3300.220.22140.3136.3164.9
Hex85C69B21016168c2441
Octal205306233410262621444101
Binary10000101110001101001101110000101011010110100011001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,198,155); }

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

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

 a { background-color: rgb(133,198,155); }

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

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

 span { border-color: rgb(133,198,155); }

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