#699585

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

Shades of Patina #699585

Tints of Patina #699585

Color information

#699585 (or 0x699585) is unknown color: approx Patina. HEX triplet: 69, 95 and 85. RGB value is (105,149,133). Sum of RGB (Red+Green+Blue) = 105+149+133=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #699585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699585 is #966A7A. Grayscale: #868686. Windows color (decimal): -9857659 or 8754537. OLE color: 8754537.

HSL color Cylindrical-coordinate representation of color #699585: hue angle of 158.18º 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 #699585 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB105149133-
CMYK0.3000.110.42
HSL158.18º17.32%49.8%-
HSV(B)158.18º29.53%58.43%-
XYZ20.8126.1926.15-
YUV134.02127.42107.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=27.13%
G=38.50%
B=34.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051491330.3000.110.42158.1817.3249.8
Hex6995851E0B2A9e1132
Octal15122520536013522362162
Binary1101001100101011000010111110010111010101001111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699585; }

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

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

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

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

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

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

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

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