#699380

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

Shades of Patina #699380

Tints of Patina #699380

Color information

#699380 (or 0x699380) is unknown color: approx Patina. HEX triplet: 69, 93 and 80. RGB value is (105,147,128). Sum of RGB (Red+Green+Blue) = 105+147+128=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #699380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699380 is #966C7F. Grayscale: #848484. Windows color (decimal): -9858176 or 8426345. OLE color: 8426345.

HSL color Cylindrical-coordinate representation of color #699380: hue angle of 152.86º 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 #699380 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB105147128-
CMYK0.2900.130.42
HSL152.86º16.67%49.41%-
HSV(B)152.86º28.57%57.65%-
XYZ20.1625.4324.27-
YUV132.28125.59108.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=27.63%
G=38.68%
B=33.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471280.2900.130.42152.8616.6749.41
Hex6993801D0D2A991131
Octal15122320035015522312161
Binary1101001100100111000000011101011011010101001100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699380; }

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

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

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

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

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

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

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

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