#69847C

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

Shades of Patina #69847C

Tints of Patina #69847C

Color information

#69847C (or 0x69847C) is unknown color: approx Patina. HEX triplet: 69, 84 and 7C. RGB value is (105,132,124). Sum of RGB (Red+Green+Blue) = 105+132+124=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #69847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69847C is #967B83. Grayscale: #7B7B7B. Windows color (decimal): -9862020 or 8160361. OLE color: 8160361.

HSL color Cylindrical-coordinate representation of color #69847C: hue angle of 162.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69847C is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB105132124-
CMYK0.2000.060.48
HSL162.22º11.39%46.47%-
HSV(B)162.22º20.45%51.76%-
XYZ17.7220.9622.18-
YUV123.01128.55115.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=29.09%
G=36.57%
B=34.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051321240.2000.060.48162.2211.3946.47
Hex69847C140630a2b2e
Octal1512041742406602421356
Binary1101001100001001111100101000110110000101000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69847C; }

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

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

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

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

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

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

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

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