#6B8D81

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

Shades of Patina #6B8D81

Tints of Patina #6B8D81

Color information

#6B8D81 (or 0x6B8D81) is unknown color: approx Patina. HEX triplet: 6B, 8D and 81. RGB value is (107,141,129). Sum of RGB (Red+Green+Blue) = 107+141+129=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8D81 is #94727E. Grayscale: #818181. Windows color (decimal): -9728639 or 8490347. OLE color: 8490347.

HSL color Cylindrical-coordinate representation of color #6B8D81: hue angle of 158.82º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8D81 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB107141129-
CMYK0.2400.090.45
HSL158.82º13.71%48.63%-
HSV(B)158.82º24.11%55.29%-
XYZ19.5523.7624.32-
YUV129.47127.74111.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.38%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=28.38%
G=37.40%
B=34.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071411290.2400.090.45158.8213.7148.63
Hex6B8D8118092D9fe31
Octal15321520130011552371661
Binary110101110001101100000011100001001101101100111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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