#699480

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

Shades of Patina #699480

Tints of Patina #699480

Color information

#699480 (or 0x699480) is unknown color: approx Patina. HEX triplet: 69, 94 and 80. RGB value is (105,148,128). Sum of RGB (Red+Green+Blue) = 105+148+128=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #699480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699480 is #966B7F. Grayscale: #848484. Windows color (decimal): -9857920 or 8426601. OLE color: 8426601.

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

Color convert

RGB105148128-
CMYK0.2900.140.42
HSL152.09º17%49.61%-
HSV(B)152.09º29.05%58.04%-
XYZ20.3125.7424.32-
YUV132.86125.25108.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=27.56%
G=38.85%
B=33.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481280.2900.140.42152.091749.61
Hex6994801D0E2A981132
Octal15122420035016522302162
Binary1101001100101001000000011101011101010101001100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699480; }

 p { color: rgb(105,148,128); }

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

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

 a { background-color: rgb(105,148,128); }

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

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

 span { border-color: rgb(105,148,128); }

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