#6B8B82

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

Shades of Patina #6B8B82

Tints of Patina #6B8B82

Color information

#6B8B82 (or 0x6B8B82) is unknown color: approx Patina. HEX triplet: 6B, 8B and 82. RGB value is (107,139,130). Sum of RGB (Red+Green+Blue) = 107+139+130=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B82 is #94747D. Grayscale: #808080. Windows color (decimal): -9729150 or 8555371. OLE color: 8555371.

HSL color Cylindrical-coordinate representation of color #6B8B82: hue angle of 163.12º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B82 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB107139130-
CMYK0.2300.060.45
HSL163.12º13.01%48.24%-
HSV(B)163.12º23.02%54.51%-
XYZ19.3323.224.58-
YUV128.41128.9112.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.46%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=28.46%
G=36.97%
B=34.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071391300.2300.060.45163.1213.0148.24
Hex6B8B8217062Da3d30
Octal1532132022706552431560
Binary11010111000101110000010101110110101101101000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,139,130); }

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

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

 a { background-color: rgb(107,139,130); }

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

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

 span { border-color: rgb(107,139,130); }

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