#699381

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

Shades of Patina #699381

Tints of Patina #699381

Color information

#699381 (or 0x699381) is unknown color: approx Patina. HEX triplet: 69, 93 and 81. RGB value is (105,147,129). Sum of RGB (Red+Green+Blue) = 105+147+129=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #699381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699381 is #966C7E. Grayscale: #848484. Windows color (decimal): -9858175 or 8491881. OLE color: 8491881.

HSL color Cylindrical-coordinate representation of color #699381: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699381 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB105147129-
CMYK0.2900.120.42
HSL154.29º16.67%49.41%-
HSV(B)154.29º28.57%57.65%-
XYZ20.2225.4624.62-
YUV132.39126.09108.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=27.56%
G=38.58%
B=33.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471290.2900.120.42154.2916.6749.41
Hex6993811D0C2A9a1131
Octal15122320135014522322161
Binary1101001100100111000000111101011001010101001101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699381; }

 p { color: rgb(105,147,129); }

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

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

 a { background-color: rgb(105,147,129); }

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

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

 span { border-color: rgb(105,147,129); }

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