#6B8B81

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

Shades of Patina #6B8B81

Tints of Patina #6B8B81

Color information

#6B8B81 (or 0x6B8B81) is unknown color: approx Patina. HEX triplet: 6B, 8B and 81. RGB value is (107,139,129). Sum of RGB (Red+Green+Blue) = 107+139+129=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B81 is #94747E. Grayscale: #808080. Windows color (decimal): -9729151 or 8489835. OLE color: 8489835.

HSL color Cylindrical-coordinate representation of color #6B8B81: hue angle of 161.25º 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 #6B8B81 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB107139129-
CMYK0.2300.070.45
HSL161.25º13.01%48.24%-
HSV(B)161.25º23.02%54.51%-
XYZ19.2623.1824.23-
YUV128.29128.4112.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.53%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=28.53%
G=37.07%
B=34.4%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071391290.2300.070.45161.2513.0148.24
Hex6B8B8117072Da1d30
Octal1532132012707552411560
Binary11010111000101110000001101110111101101101000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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