#699081

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

Shades of Patina #699081

Tints of Patina #699081

Color information

#699081 (or 0x699081) is unknown color: approx Patina. HEX triplet: 69, 90 and 81. RGB value is (105,144,129). Sum of RGB (Red+Green+Blue) = 105+144+129=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #699081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699081 is #966F7E. Grayscale: #828282. Windows color (decimal): -9858943 or 8491113. OLE color: 8491113.

HSL color Cylindrical-coordinate representation of color #699081: hue angle of 156.92º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699081 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB105144129-
CMYK0.2700.100.44
HSL156.92º15.66%48.82%-
HSV(B)156.92º27.08%56.47%-
XYZ19.7624.5324.46-
YUV130.63127.08109.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=27.78%
G=38.10%
B=34.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441290.2700.100.44156.9215.6648.82
Hex6990811B0A2C9d1031
Octal15122020133012542352061
Binary1101001100100001000000111011010101011001001110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699081; }

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

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

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

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

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

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

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

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