#699589

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

Shades of Patina #699589

Tints of Patina #699589

Color information

#699589 (or 0x699589) is unknown color: approx Patina. HEX triplet: 69, 95 and 89. RGB value is (105,149,137). Sum of RGB (Red+Green+Blue) = 105+149+137=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #699589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699589 is #966A76. Grayscale: #868686. Windows color (decimal): -9857655 or 9016681. OLE color: 9016681.

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

Color convert

RGB105149137-
CMYK0.3000.080.42
HSL163.64º17.32%49.8%-
HSV(B)163.64º29.53%58.43%-
XYZ21.0926.327.63-
YUV134.48129.42106.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=26.85%
G=38.11%
B=35.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051491370.3000.080.42163.6417.3249.8
Hex6995891E082Aa41132
Octal15122521136010522442162
Binary1101001100101011000100111110010001010101010010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699589; }

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

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

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

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

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

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

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

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