#6C8B80

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

Shades of Patina #6C8B80

Tints of Patina #6C8B80

Color information

#6C8B80 (or 0x6C8B80) is unknown color: approx Patina. HEX triplet: 6C, 8B and 80. RGB value is (108,139,128). Sum of RGB (Red+Green+Blue) = 108+139+128=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8B80 is #93747F. Grayscale: #808080. Windows color (decimal): -9663616 or 8424300. OLE color: 8424300.

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

Color convert

RGB108139128-
CMYK0.2200.080.45
HSL158.71º12.55%48.43%-
HSV(B)158.71º22.3%54.51%-
XYZ19.3123.2123.88-
YUV128.48127.73113.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.8%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=28.8%
G=37.07%
B=34.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1081391280.2200.080.45158.7112.5548.43
Hex6C8B8016082D9fd30
Octal15421320026010552371560
Binary110110010001011100000001011001000101101100111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,139,128); }

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

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

 a { background-color: rgb(108,139,128); }

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

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

 span { border-color: rgb(108,139,128); }

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