#699082

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

Shades of Patina #699082

Tints of Patina #699082

Color information

#699082 (or 0x699082) is unknown color: approx Patina. HEX triplet: 69, 90 and 82. RGB value is (105,144,130). Sum of RGB (Red+Green+Blue) = 105+144+130=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #699082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699082 is #966F7D. Grayscale: #828282. Windows color (decimal): -9858942 or 8556649. OLE color: 8556649.

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

Color convert

RGB105144130-
CMYK0.2700.100.44
HSL158.46º15.66%48.82%-
HSV(B)158.46º27.08%56.47%-
XYZ19.8324.5624.81-
YUV130.74127.58109.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=27.70%
G=37.99%
B=34.30%

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
Decimal1051441300.2700.100.44158.4615.6648.82
Hex6990821B0A2C9e1031
Octal15122020233012542362061
Binary1101001100100001000001011011010101011001001111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699082; }

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

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

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

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

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

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

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

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