#6B9B82

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

Shades of Patina #6B9B82

Tints of Patina #6B9B82

Color information

#6B9B82 (or 0x6B9B82) is unknown color: approx Patina. HEX triplet: 6B, 9B and 82. RGB value is (107,155,130). Sum of RGB (Red+Green+Blue) = 107+155+130=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B82 is #94647D. Grayscale: #898989. Windows color (decimal): -9725054 or 8559467. OLE color: 8559467.

HSL color Cylindrical-coordinate representation of color #6B9B82: hue angle of 148.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B82 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB107155130-
CMYK0.3100.160.39
HSL148.75º19.35%51.37%-
HSV(B)148.75º30.97%60.78%-
XYZ21.8128.1825.41-
YUV137.8123.6106.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=27.30%
G=39.54%
B=33.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071551300.3100.160.39148.7519.3551.37
Hex6B9B821F01027951333
Octal15323320237020472252363
Binary11010111001101110000010111110100001001111001010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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