#699084

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

Shades of Patina #699084

Tints of Patina #699084

Color information

#699084 (or 0x699084) is unknown color: approx Patina. HEX triplet: 69, 90 and 84. RGB value is (105,144,132). Sum of RGB (Red+Green+Blue) = 105+144+132=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #699084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699084 is #966F7B. Grayscale: #828282. Windows color (decimal): -9858940 or 8687721. OLE color: 8687721.

HSL color Cylindrical-coordinate representation of color #699084: hue angle of 161.54º 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 #699084 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB105144132-
CMYK0.2700.080.44
HSL161.54º15.66%48.82%-
HSV(B)161.54º27.08%56.47%-
XYZ19.9624.6225.53-
YUV130.97128.58109.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=27.56%
G=37.80%
B=34.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441320.2700.080.44161.5415.6648.82
Hex6990841B082Ca21031
Octal15122020433010542422061
Binary1101001100100001000010011011010001011001010001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699084; }

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

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

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

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

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

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

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

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