#699D8F

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

Shades of Patina #699D8F

Tints of Patina #699D8F

Color information

#699D8F (or 0x699D8F) is unknown color: approx Patina. HEX triplet: 69, 9D and 8F. RGB value is (105,157,143). Sum of RGB (Red+Green+Blue) = 105+157+143=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #699D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D8F is #966270. Grayscale: #8B8B8B. Windows color (decimal): -9855601 or 9411945. OLE color: 9411945.

HSL color Cylindrical-coordinate representation of color #699D8F: hue angle of 163.85º 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 #699D8F is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB105157143-
CMYK0.3300.090.38
HSL163.85º20.97%51.37%-
HSV(B)163.85º33.12%61.57%-
XYZ22.8429.130.4-
YUV139.86129.77103.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 157 (61.72% from 255) = 38.77%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=25.93%
G=38.77%
B=35.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051571430.3300.090.38163.8520.9751.37
Hex699D8F210926a41533
Octal15123521741011462442563
Binary11010011001110110001111100001010011001101010010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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