#699D86

Color #699D86 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #699D86

Tints of Patina #699D86

Color information

#699D86 (or 0x699D86) is unknown color: approx Patina. HEX triplet: 69, 9D and 86. RGB value is (105,157,134). Sum of RGB (Red+Green+Blue) = 105+157+134=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #699D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D86 is #966279. Grayscale: #8A8A8A. Windows color (decimal): -9855610 or 8822121. OLE color: 8822121.

HSL color Cylindrical-coordinate representation of color #699D86: hue angle of 153.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D86 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB105157134-
CMYK0.3300.150.38
HSL153.46º20.97%51.37%-
HSV(B)153.46º33.12%61.57%-
XYZ22.1928.8426.95-
YUV138.83125.27103.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 157 (61.72% from 255) = 39.65%
BLUE value IS 134 (52.73% from 255) = 33.84%
R=26.52%
G=39.65%
B=33.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051571340.3300.150.38153.4620.9751.37
Hex699D86210F26991533
Octal15123520641017462312563
Binary11010011001110110000110100001011111001101001100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699D86; }

 p { color: rgb(105,157,134); }

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

<style>
 a { background-color: #699D86; }

 a { background-color: rgb(105,157,134); }

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

<style>
 span { border-color: #699D86; }

 span { border-color: rgb(105,157,134); }

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