#69887C

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

Shades of Patina #69887C

Tints of Patina #69887C

Color information

#69887C (or 0x69887C) is unknown color: approx Patina. HEX triplet: 69, 88 and 7C. RGB value is (105,136,124). Sum of RGB (Red+Green+Blue) = 105+136+124=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #69887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69887C is #967783. Grayscale: #7D7D7D. Windows color (decimal): -9860996 or 8161385. OLE color: 8161385.

HSL color Cylindrical-coordinate representation of color #69887C: hue angle of 156.77º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69887C is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB105136124-
CMYK0.2300.090.47
HSL156.77º12.86%47.25%-
HSV(B)156.77º22.79%53.33%-
XYZ18.2722.0722.37-
YUV125.36127.23113.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=28.77%
G=37.26%
B=33.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051361240.2300.090.47156.7712.8647.25
Hex69887C17092F9dd2f
Octal15121017427011572351557
Binary11010011000100011111001011101001101111100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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