#69857D

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

Shades of Patina #69857D

Tints of Patina #69857D

Color information

#69857D (or 0x69857D) is unknown color: approx Patina. HEX triplet: 69, 85 and 7D. RGB value is (105,133,125). Sum of RGB (Red+Green+Blue) = 105+133+125=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #69857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69857D is #967A82. Grayscale: #7B7B7B. Windows color (decimal): -9861763 or 8226153. OLE color: 8226153.

HSL color Cylindrical-coordinate representation of color #69857D: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69857D is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB105133125-
CMYK0.2100.060.48
HSL162.86º11.76%46.67%-
HSV(B)162.86º21.05%52.16%-
XYZ17.9121.2622.56-
YUV123.72128.72114.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=28.93%
G=36.64%
B=34.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331250.2100.060.48162.8611.7646.67
Hex69857D150630a3c2f
Octal1512051752506602431457
Binary1101001100001011111101101010110110000101000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69857D; }

 p { color: rgb(105,133,125); }

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

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

 a { background-color: rgb(105,133,125); }

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

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

 span { border-color: rgb(105,133,125); }

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