#699587

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

Shades of Patina #699587

Tints of Patina #699587

Color information

#699587 (or 0x699587) is unknown color: approx Patina. HEX triplet: 69, 95 and 87. RGB value is (105,149,135). Sum of RGB (Red+Green+Blue) = 105+149+135=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #699587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699587 is #966A78. Grayscale: #868686. Windows color (decimal): -9857657 or 8885609. OLE color: 8885609.

HSL color Cylindrical-coordinate representation of color #699587: hue angle of 160.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699587 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB105149135-
CMYK0.3000.090.42
HSL160.91º17.32%49.8%-
HSV(B)160.91º29.53%58.43%-
XYZ20.9526.2526.88-
YUV134.25128.42107.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=26.99%
G=38.30%
B=34.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051491350.3000.090.42160.9117.3249.8
Hex6995871E092Aa11132
Octal15122520736011522412162
Binary1101001100101011000011111110010011010101010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699587; }

 p { color: rgb(105,149,135); }

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

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

 a { background-color: rgb(105,149,135); }

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

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

 span { border-color: rgb(105,149,135); }

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