#6B8A82

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

Shades of Patina #6B8A82

Tints of Patina #6B8A82

Color information

#6B8A82 (or 0x6B8A82) is unknown color: approx Patina. HEX triplet: 6B, 8A and 82. RGB value is (107,138,130). Sum of RGB (Red+Green+Blue) = 107+138+130=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8A82 is #94757D. Grayscale: #7F7F7F. Windows color (decimal): -9729406 or 8555115. OLE color: 8555115.

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

Color convert

RGB107138130-
CMYK0.2200.060.46
HSL164.52º12.65%48.04%-
HSV(B)164.52º22.46%54.12%-
XYZ19.1822.9124.53-
YUV127.82129.23113.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.53%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=28.53%
G=36.8%
B=34.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1071381300.2200.060.46164.5212.6548.04
Hex6B8A8216062Ea5d30
Octal1532122022606562451560
Binary11010111000101010000010101100110101110101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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