#699187

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

Shades of Patina #699187

Tints of Patina #699187

Color information

#699187 (or 0x699187) is unknown color: approx Patina. HEX triplet: 69, 91 and 87. RGB value is (105,145,135). Sum of RGB (Red+Green+Blue) = 105+145+135=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #699187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699187 is #966E78. Grayscale: #838383. Windows color (decimal): -9858681 or 8884585. OLE color: 8884585.

HSL color Cylindrical-coordinate representation of color #699187: hue angle of 165º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699187 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB105145135-
CMYK0.2800.070.43
HSL165º16%49.02%-
HSV(B)165º27.59%56.86%-
XYZ20.322526.68-
YUV131.9129.75108.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=27.27%
G=37.66%
B=35.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051451350.2800.070.431651649.02
Hex6991871C072Ba51031
Octal1512212073407532452061
Binary110100110010001100001111110001111010111010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699187; }

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

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

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

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

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

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

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

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