#6B8F85

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

Shades of Patina #6B8F85

Tints of Patina #6B8F85

Color information

#6B8F85 (or 0x6B8F85) is unknown color: approx Patina. HEX triplet: 6B, 8F and 85. RGB value is (107,143,133). Sum of RGB (Red+Green+Blue) = 107+143+133=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8F85 is #94707A. Grayscale: #838383. Windows color (decimal): -9728123 or 8753003. OLE color: 8753003.

HSL color Cylindrical-coordinate representation of color #6B8F85: hue angle of 163.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B8F85 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB107143133-
CMYK0.2500.070.44
HSL163.33º14.4%49.02%-
HSV(B)163.33º25.17%56.08%-
XYZ20.1224.4625.85-
YUV131.1129.07110.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.94%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=27.94%
G=37.34%
B=34.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071431330.2500.070.44163.3314.449.02
Hex6B8F8519072Ca3e31
Octal1532172053107542431661
Binary11010111000111110000101110010111101100101000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B8F85; }

 p { color: rgb(107,143,133); }

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

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

 a { background-color: rgb(107,143,133); }

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

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

 span { border-color: rgb(107,143,133); }

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